Html Css Color HEX #CFA472 Putty

📋 copy color: '#CFA472'

red 207 ◦ green 164 ◦ blue 114

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

Shades of Putty #CFA472

Tints of Putty #CFA472

RGB

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

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

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

R = 42.68%
G = 33.81%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFA472 (or 0xCFA472) is known color: Putty. HEX triplet: CF, A4 and 72. RGB value is (207,164,114). Sum of RGB (Red+Green+Blue) = 207+164+114=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA472 is #305B8D. Grayscale: #ABABAB. Windows color (decimal): -3169166 or 7513295. OLE color: 7513295.

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

Color convert

RGB 207 164 114 -
CMYK 0 0.21 0.45 0.19
HSL 32.26º 0.49% 0.63% -
HSV(B) 32.26º 0.45% 0.81% -
XYZ 42.04 41.03 21.62 -
YUV 171.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 207 164 114 0 0.21 0.45 0.19 32.26 0.49 0.63
Hex CF A4 72 0 15 2D 13 20 31 3F
Octal 317 244 162 0 25 55 23 40 61 77
Binary 11001111 10100100 1110010 0 10101 101101 10011 100000 110001 111111

Color Harmonies of #CFA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA472

Black with #CFA472

Text Example


Text Example

White with #CFA472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA472; }

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

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

background-color css

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

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

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

border-color css

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

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

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