Html Css Color HEX #CFB971 Putty

📋 copy color: '#CFB971'

red 207 ◦ green 185 ◦ blue 113

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

Shades of Putty #CFB971

Tints of Putty #CFB971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.63%

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

R = 40.99%
G = 36.63%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFB971 (or 0xCFB971) is known color: Putty. HEX triplet: CF, B9 and 71. RGB value is (207,185,113). Sum of RGB (Red+Green+Blue) = 207+185+113=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB971 is #30468E. Grayscale: #B7B7B7. Windows color (decimal): -3163791 or 7453135. OLE color: 7453135.

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

Color convert

RGB 207 185 113 -
CMYK 0 0.11 0.45 0.19
HSL 45.96º 0.49% 0.63% -
HSV(B) 45.96º 0.45% 0.81% -
XYZ 46.06 49.16 22.68 -
YUV 183.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 207 185 113 0 0.11 0.45 0.19 45.96 0.49 0.63
Hex CF B9 71 0 B 2D 13 2E 31 3F
Octal 317 271 161 0 13 55 23 56 61 77
Binary 11001111 10111001 1110001 0 1011 101101 10011 101110 110001 111111

Color Harmonies of #CFB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB971

Black with #CFB971

Text Example


Text Example

White with #CFB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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