#CFB27B

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

Shades of Putty #CFB27B

Tints of Putty #CFB27B

Color information

#CFB27B (or 0xCFB27B) is unknown color: approx Putty. HEX triplet: CF, B2 and 7B. RGB value is (207,178,123). Sum of RGB (Red+Green+Blue) = 207+178+123=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB27B is #304D84. Grayscale: #B4B4B4. Windows color (decimal): -3165573 or 8106703. OLE color: 8106703.

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

Color convert

RGB207178123-
CMYK00.140.410.19
HSL39.29º46.67%64.71%-
HSV(B)39.29º40.58%81.18%-
XYZ45.2346.5425.34-
YUV180.495.61146.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 123 (48.44% from 255) = 24.21%
R=40.75%
G=35.04%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717812300.140.410.1939.2946.6764.71
HexCFB27B0E2913272f41
Octal31726217301651234757101
Binary1100111110110010111101101110101001100111001111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB27B; }

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

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

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

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

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

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

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

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