#CCBE6F

Color #CCBE6F Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CCBE6F

Tints of Tacha #CCBE6F

Color information

#CCBE6F (or 0xCCBE6F) is unknown color: approx Tacha. HEX triplet: CC, BE and 6F. RGB value is (204,190,111). Sum of RGB (Red+Green+Blue) = 204+190+111=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE6F is #334190. Grayscale: #B9B9B9. Windows color (decimal): -3359121 or 7323340. OLE color: 7323340.

HSL color Cylindrical-coordinate representation of color #CCBE6F: hue angle of 50.97º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCBE6F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204190111-
CMYK00.070.460.2
HSL50.97º47.69%61.76%-
HSV(B)50.97º45.59%80%-
XYZ46.1850.8122.41-
YUV185.1886.14141.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 111 (43.75% from 255) = 21.98%
R=40.40%
G=37.62%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419011100.070.460.250.9747.6961.76
HexCCBE6F072E1433303e
Octal314276157075624636076
Binary11001100101111101101111011110111010100110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE6F; }

 p { color: rgb(204,190,111); }

 H1.HeaderClassName
 {
   color: #CCBE6F;
 }
 .AnyTagClassName
 {
   color: #CCBE6F;
 }
</style>
background-color css

<style>
 a { background-color: #CCBE6F; }

 a { background-color: rgb(204,190,111); }

 div.DivClassName
 {
   background-color: #CCBE6F;
 }
 .BgClassName
 {
   background-color: #CCBE6F;
 }
</style>
border-color css

<style>
 span { border-color: #CCBE6F; }

 span { border-color: rgb(204,190,111); }

 td.TdClassName
 {
   border-color: #CCBE6F;
 }
 .TagClassName
 {
   border-color: #CCBE6F;
 }
</style>