Html Css Color HEX #CFA573 Putty

📋 copy color: '#CFA573'

red 207 ◦ green 165 ◦ blue 115

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

Shades of Putty #CFA573

Tints of Putty #CFA573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

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

R = 42.51%
G = 33.88%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFA573 (or 0xCFA573) is known color: Putty. HEX triplet: CF, A5 and 73. RGB value is (207,165,115). Sum of RGB (Red+Green+Blue) = 207+165+115=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA573 is #305A8C. Grayscale: #ACACAC. Windows color (decimal): -3168909 or 7579087. OLE color: 7579087.

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

Color convert

RGB 207 165 115 -
CMYK 0 0.20 0.44 0.19
HSL 32.61º 0.49% 0.63% -
HSV(B) 32.61º 0.44% 0.81% -
XYZ 42.28 41.41 21.98 -
YUV 171.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 207 165 115 0 0.20 0.44 0.19 32.61 0.49 0.63
Hex CF A5 73 0 14 2C 13 21 31 3F
Octal 317 245 163 0 24 54 23 41 61 77
Binary 11001111 10100101 1110011 0 10100 101100 10011 100001 110001 111111

Color Harmonies of #CFA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA573

Black with #CFA573

Text Example


Text Example

White with #CFA573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA573; }

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

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

background-color css

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

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

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

border-color css

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

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

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