Html Css Color HEX #CFBB71 Putty

📋 copy color: '#CFBB71'

red 207 ◦ green 187 ◦ blue 113

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

Shades of Putty #CFBB71

Tints of Putty #CFBB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.88%

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

R = 40.83%
G = 36.88%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFBB71 (or 0xCFBB71) is known color: Putty. HEX triplet: CF, BB and 71. RGB value is (207,187,113). Sum of RGB (Red+Green+Blue) = 207+187+113=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB71 is #30448E. Grayscale: #B8B8B8. Windows color (decimal): -3163279 or 7453647. OLE color: 7453647.

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

Color convert

RGB 207 187 113 -
CMYK 0 0.10 0.45 0.19
HSL 47.23º 0.49% 0.63% -
HSV(B) 47.23º 0.45% 0.81% -
XYZ 46.48 50 22.82 -
YUV 184.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 207 187 113 0 0.10 0.45 0.19 47.23 0.49 0.63
Hex CF BB 71 0 A 2D 13 2F 31 3F
Octal 317 273 161 0 12 55 23 57 61 77
Binary 11001111 10111011 1110001 0 1010 101101 10011 101111 110001 111111

Color Harmonies of #CFBB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB71

Black with #CFBB71

Text Example


Text Example

White with #CFBB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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