#CCC35B

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

Shades of Tacha #CCC35B

Tints of Tacha #CCC35B

Color information

#CCC35B (or 0xCCC35B) is unknown color: approx Tacha. HEX triplet: CC, C3 and 5B. RGB value is (204,195,91). Sum of RGB (Red+Green+Blue) = 204+195+91=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC35B is #333CA4. Grayscale: #BABABA. Windows color (decimal): -3357861 or 6013900. OLE color: 6013900.

HSL color Cylindrical-coordinate representation of color #CCC35B: hue angle of 55.22º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCC35B is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20419591-
CMYK00.040.550.2
HSL55.22º52.56%57.84%-
HSV(B)55.22º55.39%80%-
XYZ46.3152.6217.61-
YUV185.8374.48140.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 91 (35.94% from 255) = 18.57%
R=41.63%
G=39.80%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041959100.040.550.255.2252.5657.84
HexCCC35B04371437353a
Octal314303133046724676572
Binary11001100110000111011011010011011110100110111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC35B; }

 p { color: rgb(204,195,91); }

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

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

 a { background-color: rgb(204,195,91); }

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

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

 span { border-color: rgb(204,195,91); }

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