Html Css Color HEX #CFAD72 Putty

📋 copy color: '#CFAD72'

red 207 ◦ green 173 ◦ blue 114

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

Shades of Putty #CFAD72

Tints of Putty #CFAD72

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.02%

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

R = 41.9%
G = 35.02%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFAD72 (or 0xCFAD72) is known color: Putty. HEX triplet: CF, AD and 72. RGB value is (207,173,114). Sum of RGB (Red+Green+Blue) = 207+173+114=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD72 is #30528D. Grayscale: #B0B0B0. Windows color (decimal): -3166862 or 7515599. OLE color: 7515599.

HSL color Cylindrical-coordinate representation of color #CFAD72: hue angle of 38.06º 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 #CFAD72 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 173 114 -
CMYK 0 0.16 0.45 0.19
HSL 38.06º 0.49% 0.63% -
HSV(B) 38.06º 0.45% 0.81% -
XYZ 43.71 44.37 22.18 -
YUV 176.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 207 173 114 0 0.16 0.45 0.19 38.06 0.49 0.63
Hex CF AD 72 0 10 2D 13 26 31 3F
Octal 317 255 162 0 20 55 23 46 61 77
Binary 11001111 10101101 1110010 0 10000 101101 10011 100110 110001 111111

Color Harmonies of #CFAD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD72

Black with #CFAD72

Text Example


Text Example

White with #CFAD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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