#CFB099

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

Shades of Cashmere #CFB099

Tints of Cashmere #CFB099

Color information

#CFB099 (or 0xCFB099) is unknown color: approx Cashmere. HEX triplet: CF, B0 and 99. RGB value is (207,176,153). Sum of RGB (Red+Green+Blue) = 207+176+153=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB099 is #304F66. Grayscale: #B6B6B6. Windows color (decimal): -3166055 or 10072271. OLE color: 10072271.

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

Color convert

RGB207176153-
CMYK00.150.260.19
HSL25.56º36%70.59%-
HSV(B)25.56º26.09%81.18%-
XYZ47.0146.6236.66-
YUV182.65111.27145.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=38.62%
G=32.84%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717615300.150.260.1925.563670.59
HexCFB0990F1A131a2447
Octal31726023101732233244107
Binary110011111011000010011001011111101010011110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB099; }

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

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

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

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

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

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

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

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