#CCC055

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

Shades of Tacha #CCC055

Tints of Tacha #CCC055

Color information

#CCC055 (or 0xCCC055) is unknown color: approx Tacha. HEX triplet: CC, C0 and 55. RGB value is (204,192,85). Sum of RGB (Red+Green+Blue) = 204+192+85=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC055 is #333FAA. Grayscale: #B7B7B7. Windows color (decimal): -3358635 or 5619916. OLE color: 5619916.

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

Color convert

RGB20419285-
CMYK00.060.580.2
HSL53.95º53.85%56.67%-
HSV(B)53.95º58.33%80%-
XYZ45.3951.1916.08-
YUV183.3972.48142.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 85 (33.59% from 255) = 17.67%
R=42.41%
G=39.92%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041928500.060.580.253.9553.8556.67
HexCCC055063A14363639
Octal314300125067224666671
Binary11001100110000001010101011011101010100110110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC055; }

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

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

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

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

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

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

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

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