#CFB097

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

Shades of Cashmere #CFB097

Tints of Cashmere #CFB097

Color information

#CFB097 (or 0xCFB097) is unknown color: approx Cashmere. HEX triplet: CF, B0 and 97. RGB value is (207,176,151). Sum of RGB (Red+Green+Blue) = 207+176+151=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB097 is #304F68. Grayscale: #B6B6B6. Windows color (decimal): -3166057 or 9941199. OLE color: 9941199.

HSL color Cylindrical-coordinate representation of color #CFB097: hue angle of 26.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFB097 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB207176151-
CMYK00.150.270.19
HSL26.79º36.84%70.2%-
HSV(B)26.79º27.05%81.18%-
XYZ46.8446.5535.79-
YUV182.42110.27145.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=38.76%
G=32.96%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717615100.150.270.1926.7936.8470.2
HexCFB0970F1B131b2546
Octal31726022701733233345106
Binary110011111011000010010111011111101110011110111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB097; }

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

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

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

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

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

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

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

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