Html Css Color HEX #CCA771 Putty

📋 copy color: '#CCA771'

red 204 ◦ green 167 ◦ blue 113

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

Shades of Putty #CCA771

Tints of Putty #CCA771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 42.15%
G = 34.5%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCA771 (or 0xCCA771) is known color: Putty. HEX triplet: CC, A7 and 71. RGB value is (204,167,113). Sum of RGB (Red+Green+Blue) = 204+167+113=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA771 is #33588E. Grayscale: #ACACAC. Windows color (decimal): -3365007 or 7448524. OLE color: 7448524.

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

Color convert

RGB 204 167 113 -
CMYK 0 0.18 0.45 0.2
HSL 35.6º 0.47% 0.62% -
HSV(B) 35.6º 0.45% 0.8% -
XYZ 41.7 41.67 21.47 -
YUV 171.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 204 167 113 0 0.18 0.45 0.2 35.6 0.47 0.62
Hex CC A7 71 0 12 2D 14 24 2F 3E
Octal 314 247 161 0 22 55 24 44 57 76
Binary 11001100 10100111 1110001 0 10010 101101 10100 100100 101111 111110

Color Harmonies of #CCA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA771

Black with #CCA771

Text Example


Text Example

White with #CCA771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA771; }

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

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

background-color css

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

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

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

border-color css

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

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

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