#CFC06C

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

Shades of Tacha #CFC06C

Tints of Tacha #CFC06C

Color information

#CFC06C (or 0xCFC06C) is unknown color: approx Tacha. HEX triplet: CF, C0 and 6C. RGB value is (207,192,108). Sum of RGB (Red+Green+Blue) = 207+192+108=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC06C is #303F93. Grayscale: #BBBBBB. Windows color (decimal): -3162004 or 7127247. OLE color: 7127247.

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

Color convert

RGB207192108-
CMYK00.070.480.19
HSL50.91º50.77%61.76%-
HSV(B)50.91º47.83%81.18%-
XYZ47.2952.0521.74-
YUV186.9183.47142.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 108 (42.58% from 255) = 21.30%
R=40.83%
G=37.87%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719210800.070.480.1950.9150.7761.76
HexCFC06C07301333333e
Octal317300154076023636376
Binary11001111110000001101100011111000010011110011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC06C; }

 p { color: rgb(207,192,108); }

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

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

 a { background-color: rgb(207,192,108); }

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

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

 span { border-color: rgb(207,192,108); }

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