Html Css Color HEX #CCA677 Putty

📋 copy color: '#CCA677'

red 204 ◦ green 166 ◦ blue 119

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

Shades of Putty #CCA677

Tints of Putty #CCA677

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.95%

 BLUE value IS 119 (46.88% from 255) = 24.34%

R = 41.72%
G = 33.95%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA677 (or 0xCCA677) is known color: Putty. HEX triplet: CC, A6 and 77. RGB value is (204,166,119). Sum of RGB (Red+Green+Blue) = 204+166+119=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA677 is #335988. Grayscale: #ACACAC. Windows color (decimal): -3365257 or 7841484. OLE color: 7841484.

HSL color Cylindrical-coordinate representation of color #CCA677: hue angle of 33.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCA677 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 119 -
CMYK 0 0.19 0.42 0.2
HSL 33.18º 0.45% 0.63% -
HSV(B) 33.18º 0.42% 0.8% -
XYZ 41.87 41.44 23.25 -
YUV 172 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 204 166 119 0 0.19 0.42 0.2 33.18 0.45 0.63
Hex CC A6 77 0 13 2A 14 21 2D 3F
Octal 314 246 167 0 23 52 24 41 55 77
Binary 11001100 10100110 1110111 0 10011 101010 10100 100001 101101 111111

Color Harmonies of #CCA677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA677

Black with #CCA677

Text Example


Text Example

White with #CCA677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA677; }

 p { color: rgb(204,166,119); }

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

background-color css

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

 a { background-color: rgb(204,166,119); }

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

border-color css

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

 span { border-color: rgb(204,166,119); }

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