#CCC05B

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

Shades of Tacha #CCC05B

Tints of Tacha #CCC05B

Color information

#CCC05B (or 0xCCC05B) is unknown color: approx Tacha. HEX triplet: CC, C0 and 5B. RGB value is (204,192,91). Sum of RGB (Red+Green+Blue) = 204+192+91=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC05B is #333FA4. Grayscale: #B8B8B8. Windows color (decimal): -3358629 or 6013132. OLE color: 6013132.

HSL color Cylindrical-coordinate representation of color #CCC05B: hue angle of 53.63º 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 #CCC05B is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20419291-
CMYK00.060.550.2
HSL53.63º52.56%57.84%-
HSV(B)53.63º55.39%80%-
XYZ45.6451.2917.39-
YUV184.0775.48142.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 192 (75.39% from 255) = 39.43%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=41.89%
G=39.43%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041929100.060.550.253.6352.5657.84
HexCCC05B06371436353a
Octal314300133066724666572
Binary11001100110000001011011011011011110100110110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC05B; }

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

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

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

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

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

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

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

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