#CCC06B

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

Shades of Tacha #CCC06B

Tints of Tacha #CCC06B

Color information

#CCC06B (or 0xCCC06B) is unknown color: approx Tacha. HEX triplet: CC, C0 and 6B. RGB value is (204,192,107). Sum of RGB (Red+Green+Blue) = 204+192+107=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC06B is #333F94. Grayscale: #BABABA. Windows color (decimal): -3358613 or 7061708. OLE color: 7061708.

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

Color convert

RGB204192107-
CMYK00.060.480.2
HSL52.58º48.74%60.98%-
HSV(B)52.58º47.55%80%-
XYZ46.4151.621.42-
YUV185.983.48140.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 107 (42.19% from 255) = 21.27%
R=40.56%
G=38.17%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419210700.060.480.252.5848.7460.98
HexCCC06B06301435313d
Octal314300153066024656175
Binary11001100110000001101011011011000010100110101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC06B; }

 p { color: rgb(204,192,107); }

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

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

 a { background-color: rgb(204,192,107); }

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

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

 span { border-color: rgb(204,192,107); }

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