Html Css Color HEX #CFB071 Putty

📋 copy color: '#CFB071'

red 207 ◦ green 176 ◦ blue 113

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

Shades of Putty #CFB071

Tints of Putty #CFB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

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

R = 41.73%
G = 35.48%
B = 22.78%

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

#CFB071 (or 0xCFB071) is known color: Putty. HEX triplet: CF, B0 and 71. RGB value is (207,176,113). Sum of RGB (Red+Green+Blue) = 207+176+113=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB071 is #304F8E. Grayscale: #B2B2B2. Windows color (decimal): -3166095 or 7450831. OLE color: 7450831.

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

Color convert

RGB 207 176 113 -
CMYK 0 0.15 0.45 0.19
HSL 40.21º 0.49% 0.63% -
HSV(B) 40.21º 0.45% 0.81% -
XYZ 44.24 45.51 22.08 -
YUV 178.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 207 176 113 0 0.15 0.45 0.19 40.21 0.49 0.63
Hex CF B0 71 0 F 2D 13 28 31 3F
Octal 317 260 161 0 17 55 23 50 61 77
Binary 11001111 10110000 1110001 0 1111 101101 10011 101000 110001 111111

Color Harmonies of #CFB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB071

Black with #CFB071

Text Example


Text Example

White with #CFB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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