Html Css Color HEX #CCC455 Tacha

📋 copy color: '#CCC455'

red 204 ◦ green 196 ◦ blue 85

#CCC455
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CCC455

Tints of Tacha #CCC455

RGB

 RED value IS 204 (80.08% from 255) = 42.06%

 GREEN value IS 196 (76.95% from 255) = 40.41%

 BLUE value IS 85 (33.59% from 255) = 17.53%

R = 42.06%
G = 40.41%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCC455 (or 0xCCC455) is known color: Tacha. HEX triplet: CC, C4 and 55. RGB value is (204,196,85). Sum of RGB (Red+Green+Blue) = 204+196+85=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC455 is #333BAA. Grayscale: #BABABA. Windows color (decimal): -3357611 or 5620940. OLE color: 5620940.

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

Color convert

RGB 204 196 85 -
CMYK 0 0.04 0.58 0.2
HSL 55.97º 0.54% 0.57% -
HSV(B) 55.97º 0.58% 0.8% -
XYZ 46.28 52.97 16.38 -
YUV 185.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 204 196 85 0 0.04 0.58 0.2 55.97 0.54 0.57
Hex CC C4 55 0 4 3A 14 38 36 39
Octal 314 304 125 0 4 72 24 70 66 71
Binary 11001100 11000100 1010101 0 100 111010 10100 111000 110110 111001

Color Harmonies of #CCC455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC455

Black with #CCC455

Text Example


Text Example

White with #CCC455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC455; }

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

 H1.HeaderClassName
 {
   color: #CCC455;
 }
 .AnyTagClassName
 {
   color: #CCC455;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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