#CFB09E

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

Shades of Cashmere #CFB09E

Tints of Cashmere #CFB09E

Color information

#CFB09E (or 0xCFB09E) is unknown color: approx Cashmere. HEX triplet: CF, B0 and 9E. RGB value is (207,176,158). Sum of RGB (Red+Green+Blue) = 207+176+158=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB09E is #304F61. Grayscale: #B7B7B7. Windows color (decimal): -3166050 or 10399951. OLE color: 10399951.

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

Color convert

RGB207176158-
CMYK00.150.240.19
HSL22.04º33.79%71.57%-
HSV(B)22.04º23.67%81.18%-
XYZ47.4346.7838.88-
YUV183.22113.77144.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 158 (62.11% from 255) = 29.21%
R=38.26%
G=32.53%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717615800.150.240.1922.0433.7971.57
HexCFB09E0F1813162248
Octal31726023601730232642110
Binary110011111011000010011110011111100010011101101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB09E; }

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

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

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

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

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

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

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

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