#CCB85A

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

Shades of Tacha #CCB85A

Tints of Tacha #CCB85A

Color information

#CCB85A (or 0xCCB85A) is unknown color: approx Tacha. HEX triplet: CC, B8 and 5A. RGB value is (204,184,90). Sum of RGB (Red+Green+Blue) = 204+184+90=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB85A is #3347A5. Grayscale: #B3B3B3. Windows color (decimal): -3360678 or 5945548. OLE color: 5945548.

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

Color convert

RGB20418490-
CMYK00.100.560.2
HSL49.47º52.78%57.65%-
HSV(B)49.47º55.88%80%-
XYZ43.8947.8616.6-
YUV179.2677.63145.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 90 (35.55% from 255) = 18.83%
R=42.68%
G=38.49%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041849000.100.560.249.4752.7857.65
HexCCB85A0A381431353a
Octal3142701320127024616572
Binary110011001011100010110100101011100010100110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB85A; }

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

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

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

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

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

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

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

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