#CCB95A

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

Shades of Tacha #CCB95A

Tints of Tacha #CCB95A

Color information

#CCB95A (or 0xCCB95A) is unknown color: approx Tacha. HEX triplet: CC, B9 and 5A. RGB value is (204,185,90). Sum of RGB (Red+Green+Blue) = 204+185+90=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB95A is #3346A5. Grayscale: #B4B4B4. Windows color (decimal): -3360422 or 5945804. OLE color: 5945804.

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

Color convert

RGB20418590-
CMYK00.090.560.2
HSL50º52.78%57.65%-
HSV(B)50º55.88%80%-
XYZ44.148.2716.67-
YUV179.8577.29145.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 90 (35.55% from 255) = 18.79%
R=42.59%
G=38.62%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041859000.090.560.25052.7857.65
HexCCB95A09381432353a
Octal3142711320117024626572
Binary110011001011100110110100100111100010100110010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB95A; }

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

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

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

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

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

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

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

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