Html Css Color HEX #CFA470 Putty

📋 copy color: '#CFA470'

red 207 ◦ green 164 ◦ blue 112

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

Shades of Putty #CFA470

Tints of Putty #CFA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.95%

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

R = 42.86%
G = 33.95%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFA470 (or 0xCFA470) is known color: Putty. HEX triplet: CF, A4 and 70. RGB value is (207,164,112). Sum of RGB (Red+Green+Blue) = 207+164+112=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA470 is #305B8F. Grayscale: #ABABAB. Windows color (decimal): -3169168 or 7382223. OLE color: 7382223.

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

Color convert

RGB 207 164 112 -
CMYK 0 0.21 0.46 0.19
HSL 32.84º 0.5% 0.63% -
HSV(B) 32.84º 0.46% 0.81% -
XYZ 41.93 40.99 21.03 -
YUV 170.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 207 164 112 0 0.21 0.46 0.19 32.84 0.5 0.63
Hex CF A4 70 0 15 2E 13 21 32 3F
Octal 317 244 160 0 25 56 23 41 62 77
Binary 11001111 10100100 1110000 0 10101 101110 10011 100001 110010 111111

Color Harmonies of #CFA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA470

Black with #CFA470

Text Example


Text Example

White with #CFA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA470; }

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

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

background-color css

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

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

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

border-color css

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

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

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