Html Css Color HEX #CFAF73 Putty

📋 copy color: '#CFAF73'

red 207 ◦ green 175 ◦ blue 115

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

Shades of Putty #CFAF73

Tints of Putty #CFAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.21%

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

R = 41.65%
G = 35.21%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFAF73 (or 0xCFAF73) is known color: Putty. HEX triplet: CF, AF and 73. RGB value is (207,175,115). Sum of RGB (Red+Green+Blue) = 207+175+115=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF73 is #30508C. Grayscale: #B2B2B2. Windows color (decimal): -3166349 or 7581647. OLE color: 7581647.

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

Color convert

RGB 207 175 115 -
CMYK 0 0.15 0.44 0.19
HSL 39.13º 0.49% 0.63% -
HSV(B) 39.13º 0.44% 0.81% -
XYZ 44.16 45.16 22.61 -
YUV 177.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 207 175 115 0 0.15 0.44 0.19 39.13 0.49 0.63
Hex CF AF 73 0 F 2C 13 27 31 3F
Octal 317 257 163 0 17 54 23 47 61 77
Binary 11001111 10101111 1110011 0 1111 101100 10011 100111 110001 111111

Color Harmonies of #CFAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF73

Black with #CFAF73

Text Example


Text Example

White with #CFAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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