Html Css Color HEX #CFA373 Putty

📋 copy color: '#CFA373'

red 207 ◦ green 163 ◦ blue 115

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

Shades of Putty #CFA373

Tints of Putty #CFA373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 42.68%
G = 33.61%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFA373 (or 0xCFA373) is known color: Putty. HEX triplet: CF, A3 and 73. RGB value is (207,163,115). Sum of RGB (Red+Green+Blue) = 207+163+115=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA373 is #305C8C. Grayscale: #AAAAAA. Windows color (decimal): -3169421 or 7578575. OLE color: 7578575.

HSL color Cylindrical-coordinate representation of color #CFA373: hue angle of 31.3º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFA373 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 115 -
CMYK 0 0.21 0.44 0.19
HSL 31.3º 0.49% 0.63% -
HSV(B) 31.3º 0.44% 0.81% -
XYZ 41.92 40.7 21.87 -
YUV 170.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 207 163 115 0 0.21 0.44 0.19 31.3 0.49 0.63
Hex CF A3 73 0 15 2C 13 1F 31 3F
Octal 317 243 163 0 25 54 23 37 61 77
Binary 11001111 10100011 1110011 0 10101 101100 10011 11111 110001 111111

Color Harmonies of #CFA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA373

Black with #CFA373

Text Example


Text Example

White with #CFA373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA373; }

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

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

background-color css

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

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

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

border-color css

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

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

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