Html Css Color HEX #CCC255 Tacha

📋 copy color: '#CCC255'

red 204 ◦ green 194 ◦ blue 85

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

Shades of Tacha #CCC255

Tints of Tacha #CCC255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

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

R = 42.24%
G = 40.17%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCC255 (or 0xCCC255) is known color: Tacha. HEX triplet: CC, C2 and 55. RGB value is (204,194,85). Sum of RGB (Red+Green+Blue) = 204+194+85=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC255 is #333DAA. Grayscale: #B9B9B9. Windows color (decimal): -3358123 or 5620428. OLE color: 5620428.

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

Color convert

RGB 204 194 85 -
CMYK 0 0.05 0.58 0.2
HSL 54.96º 0.54% 0.57% -
HSV(B) 54.96º 0.58% 0.8% -
XYZ 45.83 52.08 16.23 -
YUV 184.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 204 194 85 0 0.05 0.58 0.2 54.96 0.54 0.57
Hex CC C2 55 0 5 3A 14 37 36 39
Octal 314 302 125 0 5 72 24 67 66 71
Binary 11001100 11000010 1010101 0 101 111010 10100 110111 110110 111001

Color Harmonies of #CCC255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC255

Black with #CCC255

Text Example


Text Example

White with #CCC255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC255; }

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

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

background-color css

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

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

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

border-color css

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

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

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