#CFB09A

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

Shades of Cashmere #CFB09A

Tints of Cashmere #CFB09A

Color information

#CFB09A (or 0xCFB09A) is unknown color: approx Cashmere. HEX triplet: CF, B0 and 9A. RGB value is (207,176,154). Sum of RGB (Red+Green+Blue) = 207+176+154=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB09A is #304F65. Grayscale: #B6B6B6. Windows color (decimal): -3166054 or 10137807. OLE color: 10137807.

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

Color convert

RGB207176154-
CMYK00.150.260.19
HSL24.91º35.57%70.78%-
HSV(B)24.91º25.6%81.18%-
XYZ47.0946.6537.09-
YUV182.76111.77145.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=38.55%
G=32.77%
B=28.68%

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
Decimal20717615400.150.260.1924.9135.5770.78
HexCFB09A0F1A13192447
Octal31726023201732233144107
Binary110011111011000010011010011111101010011110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB09A; }

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

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

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

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

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

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

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

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