Html Css Color HEX #CFAD70 Putty

📋 copy color: '#CFAD70'

red 207 ◦ green 173 ◦ blue 112

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

Shades of Putty #CFAD70

Tints of Putty #CFAD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.76%

R = 42.07%
G = 35.16%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFAD70 (or 0xCFAD70) is known color: Putty. HEX triplet: CF, AD and 70. RGB value is (207,173,112). Sum of RGB (Red+Green+Blue) = 207+173+112=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD70 is #30528F. Grayscale: #B0B0B0. Windows color (decimal): -3166864 or 7384527. OLE color: 7384527.

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

Color convert

RGB 207 173 112 -
CMYK 0 0.16 0.46 0.19
HSL 38.53º 0.5% 0.63% -
HSV(B) 38.53º 0.46% 0.81% -
XYZ 43.6 44.32 21.59 -
YUV 176.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 207 173 112 0 0.16 0.46 0.19 38.53 0.5 0.63
Hex CF AD 70 0 10 2E 13 27 32 3F
Octal 317 255 160 0 20 56 23 47 62 77
Binary 11001111 10101101 1110000 0 10000 101110 10011 100111 110010 111111

Color Harmonies of #CFAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD70

Black with #CFAD70

Text Example


Text Example

White with #CFAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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