Html Css Color HEX #CFB571 Putty

📋 copy color: '#CFB571'

red 207 ◦ green 181 ◦ blue 113

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

Shades of Putty #CFB571

Tints of Putty #CFB571

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

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

R = 41.32%
G = 36.13%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFB571 (or 0xCFB571) is known color: Putty. HEX triplet: CF, B5 and 71. RGB value is (207,181,113). Sum of RGB (Red+Green+Blue) = 207+181+113=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB571 is #304A8E. Grayscale: #B5B5B5. Windows color (decimal): -3164815 or 7452111. OLE color: 7452111.

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

Color convert

RGB 207 181 113 -
CMYK 0 0.13 0.45 0.19
HSL 43.4º 0.49% 0.63% -
HSV(B) 43.4º 0.45% 0.81% -
XYZ 45.24 47.51 22.41 -
YUV 181.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 207 181 113 0 0.13 0.45 0.19 43.4 0.49 0.63
Hex CF B5 71 0 D 2D 13 2B 31 3F
Octal 317 265 161 0 15 55 23 53 61 77
Binary 11001111 10110101 1110001 0 1101 101101 10011 101011 110001 111111

Color Harmonies of #CFB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB571

Black with #CFB571

Text Example


Text Example

White with #CFB571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB571; }

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

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

background-color css

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

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

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

border-color css

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

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

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