#CFB1A0

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

Shades of Cashmere #CFB1A0

Tints of Cashmere #CFB1A0

Color information

#CFB1A0 (or 0xCFB1A0) is unknown color: approx Cashmere. HEX triplet: CF, B1 and A0. RGB value is (207,177,160). Sum of RGB (Red+Green+Blue) = 207+177+160=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB1A0 is #304E5F. Grayscale: #B8B8B8. Windows color (decimal): -3165792 or 10531279. OLE color: 10531279.

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

Color convert

RGB207177160-
CMYK00.140.230.19
HSL21.7º32.87%71.96%-
HSV(B)21.7º22.71%81.18%-
XYZ47.847.2539.86-
YUV184.03114.44144.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=38.05%
G=32.54%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717716000.140.230.1921.732.8771.96
HexCFB1A00E1713162148
Octal31726124001627232641110
Binary110011111011000110100000011101011110011101101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1A0; }

 p { color: rgb(207,177,160); }

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

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

 a { background-color: rgb(207,177,160); }

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

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

 span { border-color: rgb(207,177,160); }

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