#CCB25F

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

Shades of Tacha #CCB25F

Tints of Tacha #CCB25F

Color information

#CCB25F (or 0xCCB25F) is unknown color: approx Tacha. HEX triplet: CC, B2 and 5F. RGB value is (204,178,95). Sum of RGB (Red+Green+Blue) = 204+178+95=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB25F is #334DA0. Grayscale: #B0B0B0. Windows color (decimal): -3362209 or 6271692. OLE color: 6271692.

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

Color convert

RGB20417895-
CMYK00.130.530.2
HSL45.69º51.66%58.63%-
HSV(B)45.69º53.43%80%-
XYZ42.8945.517.35-
YUV176.3182.11147.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 95 (37.5% from 255) = 19.92%
R=42.77%
G=37.32%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041789500.130.530.245.6951.6658.63
HexCCB25F0D35142e343b
Octal3142621370156524566473
Binary110011001011001010111110110111010110100101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB25F; }

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

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

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

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

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

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

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

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