#CFB276

Color #CFB276 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CFB276

Tints of Putty #CFB276

Color information

#CFB276 (or 0xCFB276) is unknown color: approx Putty. HEX triplet: CF, B2 and 76. RGB value is (207,178,118). Sum of RGB (Red+Green+Blue) = 207+178+118=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB276 is #304D89. Grayscale: #B4B4B4. Windows color (decimal): -3165578 or 7779023. OLE color: 7779023.

HSL color Cylindrical-coordinate representation of color #CFB276: hue angle of 40.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFB276 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207178118-
CMYK00.140.430.19
HSL40.45º48.11%63.73%-
HSV(B)40.45º43%81.18%-
XYZ44.9246.4123.73-
YUV179.8393.11147.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 118 (46.48% from 255) = 23.46%
R=41.15%
G=35.39%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717811800.140.430.1940.4548.1163.73
HexCFB2760E2B13283040
Octal31726216601653235060100
Binary1100111110110010111011001110101011100111010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB276; }

 p { color: rgb(207,178,118); }

 H1.HeaderClassName
 {
   color: #CFB276;
 }
 .AnyTagClassName
 {
   color: #CFB276;
 }
</style>
background-color css

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

 a { background-color: rgb(207,178,118); }

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

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

 span { border-color: rgb(207,178,118); }

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