#CCBB5D

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

Shades of Tacha #CCBB5D

Tints of Tacha #CCBB5D

Color information

#CCBB5D (or 0xCCBB5D) is unknown color: approx Tacha. HEX triplet: CC, BB and 5D. RGB value is (204,187,93). Sum of RGB (Red+Green+Blue) = 204+187+93=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB5D is #3344A2. Grayscale: #B5B5B5. Windows color (decimal): -3359907 or 6142924. OLE color: 6142924.

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

Color convert

RGB20418793-
CMYK00.080.540.2
HSL50.81º52.11%58.24%-
HSV(B)50.81º54.41%80%-
XYZ44.6549.1717.49-
YUV181.3778.13144.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=42.15%
G=38.64%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041879300.080.540.250.8152.1158.24
HexCCBB5D08361433343a
Octal3142731350106624636472
Binary110011001011101110111010100011011010100110011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB5D; }

 p { color: rgb(204,187,93); }

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

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

 a { background-color: rgb(204,187,93); }

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

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

 span { border-color: rgb(204,187,93); }

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