#CCB455

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

Shades of Tacha #CCB455

Tints of Tacha #CCB455

Color information

#CCB455 (or 0xCCB455) is unknown color: approx Tacha. HEX triplet: CC, B4 and 55. RGB value is (204,180,85). Sum of RGB (Red+Green+Blue) = 204+180+85=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB455 is #334BAA. Grayscale: #B0B0B0. Windows color (decimal): -3361707 or 5616844. OLE color: 5616844.

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

Color convert

RGB20418085-
CMYK00.120.580.2
HSL47.9º53.85%56.67%-
HSV(B)47.9º58.33%80%-
XYZ42.8646.1415.24-
YUV176.3576.45147.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 85 (33.59% from 255) = 18.12%
R=43.50%
G=38.38%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041808500.120.580.247.953.8556.67
HexCCB4550C3A14303639
Octal3142641250147224606671
Binary110011001011010010101010110011101010100110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB455; }

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

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

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

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

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

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

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

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