#CCB956

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

Shades of Tacha #CCB956

Tints of Tacha #CCB956

Color information

#CCB956 (or 0xCCB956) is unknown color: approx Tacha. HEX triplet: CC, B9 and 56. RGB value is (204,185,86). Sum of RGB (Red+Green+Blue) = 204+185+86=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB956 is #3346A9. Grayscale: #B3B3B3. Windows color (decimal): -3360426 or 5683660. OLE color: 5683660.

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

Color convert

RGB20418586-
CMYK00.090.580.2
HSL50.34º53.64%56.86%-
HSV(B)50.34º57.84%80%-
XYZ43.9348.2115.79-
YUV179.475.29145.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 86 (33.98% from 255) = 18.11%
R=42.95%
G=38.95%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041858600.090.580.250.3453.6456.86
HexCCB956093A14323639
Octal3142711260117224626671
Binary110011001011100110101100100111101010100110010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB956; }

 p { color: rgb(204,185,86); }

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

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

 a { background-color: rgb(204,185,86); }

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

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

 span { border-color: rgb(204,185,86); }

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