#CFB277

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

Shades of Putty #CFB277

Tints of Putty #CFB277

Color information

#CFB277 (or 0xCFB277) is unknown color: approx Putty. HEX triplet: CF, B2 and 77. RGB value is (207,178,119). Sum of RGB (Red+Green+Blue) = 207+178+119=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB277 is #304D88. Grayscale: #B4B4B4. Windows color (decimal): -3165577 or 7844559. OLE color: 7844559.

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

Color convert

RGB207178119-
CMYK00.140.430.19
HSL40.23º47.83%63.92%-
HSV(B)40.23º42.51%81.18%-
XYZ44.9846.4424.05-
YUV179.9493.61147.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=41.07%
G=35.32%
B=23.61%

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
Decimal20717811900.140.430.1940.2347.8363.92
HexCFB2770E2B13283040
Octal31726216701653235060100
Binary1100111110110010111011101110101011100111010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB277; }

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

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

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

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

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

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

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

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