#cfb195

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

Shades of Cashmere #CFB195

Tints of Cashmere #CFB195

Color information

#CFB195 (or 0xCFB195) is unknown color: approx Cashmere. HEX triplet: CF, B1 and 95. RGB value is (207,177,149). Sum of RGB (Red+Green+Blue) = 207+177+149=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB195 is #304E6A. Grayscale: #B6B6B6. Windows color (decimal): -3165803 or 9810383. OLE color: 9810383.

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

Color convert

RGB207177149-
CMYK00.140.280.19
HSL28.97º37.66%69.8%-
HSV(B)28.97º28.02%81.18%-
XYZ46.8846.8835.01-
YUV182.78108.94145.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=38.84%
G=33.21%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717714900.140.280.1928.9737.6669.8
HexCFB1950E1C131d2646
Octal31726122501634233546106
Binary110011111011000110010101011101110010011111011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfb195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfb195; }

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

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

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

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

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

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

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

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