Html Css Color HEX #CFA973 Putty

📋 copy color: '#CFA973'

red 207 ◦ green 169 ◦ blue 115

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

Shades of Putty #CFA973

Tints of Putty #CFA973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

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

R = 42.16%
G = 34.42%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFA973 (or 0xCFA973) is known color: Putty. HEX triplet: CF, A9 and 73. RGB value is (207,169,115). Sum of RGB (Red+Green+Blue) = 207+169+115=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA973 is #30568C. Grayscale: #AEAEAE. Windows color (decimal): -3167885 or 7580111. OLE color: 7580111.

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

Color convert

RGB 207 169 115 -
CMYK 0 0.18 0.44 0.19
HSL 35.22º 0.49% 0.63% -
HSV(B) 35.22º 0.44% 0.81% -
XYZ 43.01 42.88 22.23 -
YUV 174.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 207 169 115 0 0.18 0.44 0.19 35.22 0.49 0.63
Hex CF A9 73 0 12 2C 13 23 31 3F
Octal 317 251 163 0 22 54 23 43 61 77
Binary 11001111 10101001 1110011 0 10010 101100 10011 100011 110001 111111

Color Harmonies of #CFA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA973

Black with #CFA973

Text Example


Text Example

White with #CFA973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA973; }

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

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

background-color css

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

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

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

border-color css

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

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

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