Html Css Color HEX #CFA372 Putty

📋 copy color: '#CFA372'

red 207 ◦ green 163 ◦ blue 114

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

Shades of Putty #CFA372

Tints of Putty #CFA372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.68%

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

R = 42.77%
G = 33.68%
B = 23.55%

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

#CFA372 (or 0xCFA372) is known color: Putty. HEX triplet: CF, A3 and 72. RGB value is (207,163,114). Sum of RGB (Red+Green+Blue) = 207+163+114=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA372 is #305C8D. Grayscale: #AAAAAA. Windows color (decimal): -3169422 or 7513039. OLE color: 7513039.

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

Color convert

RGB 207 163 114 -
CMYK 0 0.21 0.45 0.19
HSL 31.61º 0.49% 0.63% -
HSV(B) 31.61º 0.45% 0.81% -
XYZ 41.87 40.67 21.56 -
YUV 170.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 207 163 114 0 0.21 0.45 0.19 31.61 0.49 0.63
Hex CF A3 72 0 15 2D 13 20 31 3F
Octal 317 243 162 0 25 55 23 40 61 77
Binary 11001111 10100011 1110010 0 10101 101101 10011 100000 110001 111111

Color Harmonies of #CFA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA372

Black with #CFA372

Text Example


Text Example

White with #CFA372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA372; }

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

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

background-color css

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

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

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

border-color css

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

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

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