Html Css Color HEX #CFA371 Putty

📋 copy color: '#CFA371'

red 207 ◦ green 163 ◦ blue 113

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

Shades of Putty #CFA371

Tints of Putty #CFA371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 42.86%
G = 33.75%
B = 23.4%

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

#CFA371 (or 0xCFA371) is known color: Putty. HEX triplet: CF, A3 and 71. RGB value is (207,163,113). Sum of RGB (Red+Green+Blue) = 207+163+113=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA371 is #305C8E. Grayscale: #AAAAAA. Windows color (decimal): -3169423 or 7447503. OLE color: 7447503.

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

Color convert

RGB 207 163 113 -
CMYK 0 0.21 0.45 0.19
HSL 31.91º 0.49% 0.63% -
HSV(B) 31.91º 0.45% 0.81% -
XYZ 41.81 40.65 21.27 -
YUV 170.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 207 163 113 0 0.21 0.45 0.19 31.91 0.49 0.63
Hex CF A3 71 0 15 2D 13 20 31 3F
Octal 317 243 161 0 25 55 23 40 61 77
Binary 11001111 10100011 1110001 0 10101 101101 10011 100000 110001 111111

Color Harmonies of #CFA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA371

Black with #CFA371

Text Example


Text Example

White with #CFA371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA371; }

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

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

background-color css

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

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

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

border-color css

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

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

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