Html Css Color HEX #CCA777 Putty

📋 copy color: '#CCA777'

red 204 ◦ green 167 ◦ blue 119

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

Shades of Putty #CCA777

Tints of Putty #CCA777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.08%

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

R = 41.63%
G = 34.08%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA777 (or 0xCCA777) is known color: Putty. HEX triplet: CC, A7 and 77. RGB value is (204,167,119). Sum of RGB (Red+Green+Blue) = 204+167+119=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA777 is #335888. Grayscale: #ACACAC. Windows color (decimal): -3365001 or 7841740. OLE color: 7841740.

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

Color convert

RGB 204 167 119 -
CMYK 0 0.18 0.42 0.2
HSL 33.88º 0.45% 0.63% -
HSV(B) 33.88º 0.42% 0.8% -
XYZ 42.05 41.81 23.31 -
YUV 172.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 204 167 119 0 0.18 0.42 0.2 33.88 0.45 0.63
Hex CC A7 77 0 12 2A 14 22 2D 3F
Octal 314 247 167 0 22 52 24 42 55 77
Binary 11001100 10100111 1110111 0 10010 101010 10100 100010 101101 111111

Color Harmonies of #CCA777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA777

Black with #CCA777

Text Example


Text Example

White with #CCA777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA777; }

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

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

background-color css

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

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

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

border-color css

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

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

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