Html Css Color HEX #CFAC73 Putty

📋 copy color: '#CFAC73'

red 207 ◦ green 172 ◦ blue 115

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

Shades of Putty #CFAC73

Tints of Putty #CFAC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.82%

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

R = 41.9%
G = 34.82%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFAC73 (or 0xCFAC73) is known color: Putty. HEX triplet: CF, AC and 73. RGB value is (207,172,115). Sum of RGB (Red+Green+Blue) = 207+172+115=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC73 is #30538C. Grayscale: #B0B0B0. Windows color (decimal): -3167117 or 7580879. OLE color: 7580879.

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

Color convert

RGB 207 172 115 -
CMYK 0 0.17 0.44 0.19
HSL 37.17º 0.49% 0.63% -
HSV(B) 37.17º 0.44% 0.81% -
XYZ 43.58 44.01 22.42 -
YUV 175.97 93.6 150.13 -
System Red Green Blue C M Y K H S L
Decimal 207 172 115 0 0.17 0.44 0.19 37.17 0.49 0.63
Hex CF AC 73 0 11 2C 13 25 31 3F
Octal 317 254 163 0 21 54 23 45 61 77
Binary 11001111 10101100 1110011 0 10001 101100 10011 100101 110001 111111

Color Harmonies of #CFAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC73

Black with #CFAC73

Text Example


Text Example

White with #CFAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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