Html Css Color HEX #CCA772 Putty

📋 copy color: '#CCA772'

red 204 ◦ green 167 ◦ blue 114

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

Shades of Putty #CCA772

Tints of Putty #CCA772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 42.06%
G = 34.43%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCA772 (or 0xCCA772) is known color: Putty. HEX triplet: CC, A7 and 72. RGB value is (204,167,114). Sum of RGB (Red+Green+Blue) = 204+167+114=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA772 is #33588D. Grayscale: #ACACAC. Windows color (decimal): -3365006 or 7514060. OLE color: 7514060.

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

Color convert

RGB 204 167 114 -
CMYK 0 0.18 0.44 0.2
HSL 35.33º 0.47% 0.62% -
HSV(B) 35.33º 0.44% 0.8% -
XYZ 41.76 41.69 21.77 -
YUV 172.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 204 167 114 0 0.18 0.44 0.2 35.33 0.47 0.62
Hex CC A7 72 0 12 2C 14 23 2F 3E
Octal 314 247 162 0 22 54 24 43 57 76
Binary 11001100 10100111 1110010 0 10010 101100 10100 100011 101111 111110

Color Harmonies of #CCA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA772

Black with #CCA772

Text Example


Text Example

White with #CCA772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA772; }

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

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

background-color css

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

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

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

border-color css

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

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

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