#CCB25C

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

Shades of Tacha #CCB25C

Tints of Tacha #CCB25C

Color information

#CCB25C (or 0xCCB25C) is unknown color: approx Tacha. HEX triplet: CC, B2 and 5C. RGB value is (204,178,92). Sum of RGB (Red+Green+Blue) = 204+178+92=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB25C is #334DA3. Grayscale: #B0B0B0. Windows color (decimal): -3362212 or 6075084. OLE color: 6075084.

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

Color convert

RGB20417892-
CMYK00.130.550.2
HSL46.07º52.34%58.04%-
HSV(B)46.07º54.9%80%-
XYZ42.7545.4516.64-
YUV175.9780.61147.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 178 (69.92% from 255) = 37.55%
BLUE value IS 92 (36.33% from 255) = 19.41%
R=43.04%
G=37.55%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041789200.130.550.246.0752.3458.04
HexCCB25C0D37142e343a
Octal3142621340156724566472
Binary110011001011001010111000110111011110100101110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB25C; }

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

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

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

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

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

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

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

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