#CCB955

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

Shades of Tacha #CCB955

Tints of Tacha #CCB955

Color information

#CCB955 (or 0xCCB955) is unknown color: approx Tacha. HEX triplet: CC, B9 and 55. RGB value is (204,185,85). Sum of RGB (Red+Green+Blue) = 204+185+85=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB955 is #3346AA. Grayscale: #B3B3B3. Windows color (decimal): -3360427 or 5618124. OLE color: 5618124.

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

Color convert

RGB20418585-
CMYK00.090.580.2
HSL50.42º53.85%56.67%-
HSV(B)50.42º58.33%80%-
XYZ43.8948.1915.58-
YUV179.2874.79145.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=43.04%
G=39.03%
B=17.93%

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
Decimal2041858500.090.580.250.4253.8556.67
HexCCB955093A14323639
Octal3142711250117224626671
Binary110011001011100110101010100111101010100110010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB955; }

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

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

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

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

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

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

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

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