#CCC15A

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

Shades of Tacha #CCC15A

Tints of Tacha #CCC15A

Color information

#CCC15A (or 0xCCC15A) is unknown color: approx Tacha. HEX triplet: CC, C1 and 5A. RGB value is (204,193,90). Sum of RGB (Red+Green+Blue) = 204+193+90=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC15A is #333EA5. Grayscale: #B8B8B8. Windows color (decimal): -3358374 or 5947852. OLE color: 5947852.

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

Color convert

RGB20419390-
CMYK00.050.560.2
HSL54.21º52.78%57.65%-
HSV(B)54.21º55.88%80%-
XYZ45.8251.7217.24-
YUV184.5574.64141.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 90 (35.55% from 255) = 18.48%
R=41.89%
G=39.63%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041939000.050.560.254.2152.7857.65
HexCCC15A05381436353a
Octal314301132057024666572
Binary11001100110000011011010010111100010100110110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC15A; }

 p { color: rgb(204,193,90); }

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

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

 a { background-color: rgb(204,193,90); }

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

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

 span { border-color: rgb(204,193,90); }

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