Html Css Color HEX #CFAF72 Putty

📋 copy color: '#CFAF72'

red 207 ◦ green 175 ◦ blue 114

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

Shades of Putty #CFAF72

Tints of Putty #CFAF72

RGB

 RED value IS 207 (81.25% from 255) = 41.73%

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

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

R = 41.73%
G = 35.28%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFAF72 (or 0xCFAF72) is known color: Putty. HEX triplet: CF, AF and 72. RGB value is (207,175,114). Sum of RGB (Red+Green+Blue) = 207+175+114=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF72 is #30508D. Grayscale: #B1B1B1. Windows color (decimal): -3166350 or 7516111. OLE color: 7516111.

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

Color convert

RGB 207 175 114 -
CMYK 0 0.15 0.45 0.19
HSL 39.35º 0.49% 0.63% -
HSV(B) 39.35º 0.45% 0.81% -
XYZ 44.1 45.14 22.31 -
YUV 177.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 207 175 114 0 0.15 0.45 0.19 39.35 0.49 0.63
Hex CF AF 72 0 F 2D 13 27 31 3F
Octal 317 257 162 0 17 55 23 47 61 77
Binary 11001111 10101111 1110010 0 1111 101101 10011 100111 110001 111111

Color Harmonies of #CFAF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF72

Black with #CFAF72

Text Example


Text Example

White with #CFAF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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