Html Css Color HEX #CCC355 Tacha

📋 copy color: '#CCC355'

red 204 ◦ green 195 ◦ blue 85

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

Shades of Tacha #CCC355

Tints of Tacha #CCC355

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.29%

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

R = 42.15%
G = 40.29%
B = 17.56%

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

#CCC355 (or 0xCCC355) is known color: Tacha. HEX triplet: CC, C3 and 55. RGB value is (204,195,85). Sum of RGB (Red+Green+Blue) = 204+195+85=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC355 is #333CAA. Grayscale: #B9B9B9. Windows color (decimal): -3357867 or 5620684. OLE color: 5620684.

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

Color convert

RGB 204 195 85 -
CMYK 0 0.04 0.58 0.2
HSL 55.46º 0.54% 0.57% -
HSV(B) 55.46º 0.58% 0.8% -
XYZ 46.06 52.52 16.3 -
YUV 185.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 204 195 85 0 0.04 0.58 0.2 55.46 0.54 0.57
Hex CC C3 55 0 4 3A 14 37 36 39
Octal 314 303 125 0 4 72 24 67 66 71
Binary 11001100 11000011 1010101 0 100 111010 10100 110111 110110 111001

Color Harmonies of #CCC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC355

Black with #CCC355

Text Example


Text Example

White with #CCC355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC355; }

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

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

background-color css

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

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

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

border-color css

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

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

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