Html Css Color HEX #CFAF71 Putty

📋 copy color: '#CFAF71'

red 207 ◦ green 175 ◦ blue 113

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

Shades of Putty #CFAF71

Tints of Putty #CFAF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.83%

R = 41.82%
G = 35.35%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFAF71 (or 0xCFAF71) is known color: Putty. HEX triplet: CF, AF and 71. RGB value is (207,175,113). Sum of RGB (Red+Green+Blue) = 207+175+113=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF71 is #30508E. Grayscale: #B1B1B1. Windows color (decimal): -3166351 or 7450575. OLE color: 7450575.

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

Color convert

RGB 207 175 113 -
CMYK 0 0.15 0.45 0.19
HSL 39.57º 0.49% 0.63% -
HSV(B) 39.57º 0.45% 0.81% -
XYZ 44.04 45.12 22.01 -
YUV 177.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 207 175 113 0 0.15 0.45 0.19 39.57 0.49 0.63
Hex CF AF 71 0 F 2D 13 28 31 3F
Octal 317 257 161 0 17 55 23 50 61 77
Binary 11001111 10101111 1110001 0 1111 101101 10011 101000 110001 111111

Color Harmonies of #CFAF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF71

Black with #CFAF71

Text Example


Text Example

White with #CFAF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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