Html Css Color HEX #CCAF72 Putty

📋 copy color: '#CCAF72'

red 204 ◦ green 175 ◦ blue 114

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

Shades of Putty #CCAF72

Tints of Putty #CCAF72

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

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

R = 41.38%
G = 35.5%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCAF72 (or 0xCCAF72) is known color: Putty. HEX triplet: CC, AF and 72. RGB value is (204,175,114). Sum of RGB (Red+Green+Blue) = 204+175+114=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF72 is #33508D. Grayscale: #B0B0B0. Windows color (decimal): -3362958 or 7516108. OLE color: 7516108.

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

Color convert

RGB 204 175 114 -
CMYK 0 0.14 0.44 0.2
HSL 40.67º 0.47% 0.62% -
HSV(B) 40.67º 0.44% 0.8% -
XYZ 43.27 44.71 22.27 -
YUV 176.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 204 175 114 0 0.14 0.44 0.2 40.67 0.47 0.62
Hex CC AF 72 0 E 2C 14 29 2F 3E
Octal 314 257 162 0 16 54 24 51 57 76
Binary 11001100 10101111 1110010 0 1110 101100 10100 101001 101111 111110

Color Harmonies of #CCAF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF72

Black with #CCAF72

Text Example


Text Example

White with #CCAF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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