#CCB25A

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

Shades of Tacha #CCB25A

Tints of Tacha #CCB25A

Color information

#CCB25A (or 0xCCB25A) is unknown color: approx Tacha. HEX triplet: CC, B2 and 5A. RGB value is (204,178,90). Sum of RGB (Red+Green+Blue) = 204+178+90=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB25A is #334DA5. Grayscale: #B0B0B0. Windows color (decimal): -3362214 or 5944012. OLE color: 5944012.

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

Color convert

RGB20417890-
CMYK00.130.560.2
HSL46.32º52.78%57.65%-
HSV(B)46.32º55.88%80%-
XYZ42.6745.4216.19-
YUV175.7479.61148.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 178 (69.92% from 255) = 37.71%
BLUE value IS 90 (35.55% from 255) = 19.07%
R=43.22%
G=37.71%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041789000.130.560.246.3252.7857.65
HexCCB25A0D38142e353a
Octal3142621320157024566572
Binary110011001011001010110100110111100010100101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB25A; }

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

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

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

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

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

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

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

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