Html Css Color HEX #CFA872 Putty

📋 copy color: '#CFA872'

red 207 ◦ green 168 ◦ blue 114

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

Shades of Putty #CFA872

Tints of Putty #CFA872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

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

R = 42.33%
G = 34.36%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFA872 (or 0xCFA872) is known color: Putty. HEX triplet: CF, A8 and 72. RGB value is (207,168,114). Sum of RGB (Red+Green+Blue) = 207+168+114=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA872 is #30578D. Grayscale: #ADADAD. Windows color (decimal): -3168142 or 7514319. OLE color: 7514319.

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

Color convert

RGB 207 168 114 -
CMYK 0 0.19 0.45 0.19
HSL 34.84º 0.49% 0.63% -
HSV(B) 34.84º 0.45% 0.81% -
XYZ 42.77 42.49 21.87 -
YUV 173.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 207 168 114 0 0.19 0.45 0.19 34.84 0.49 0.63
Hex CF A8 72 0 13 2D 13 23 31 3F
Octal 317 250 162 0 23 55 23 43 61 77
Binary 11001111 10101000 1110010 0 10011 101101 10011 100011 110001 111111

Color Harmonies of #CFA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA872

Black with #CFA872

Text Example


Text Example

White with #CFA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA872; }

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

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

background-color css

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

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

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

border-color css

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

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

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