#CFB299

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

Shades of Cashmere #CFB299

Tints of Cashmere #CFB299

Color information

#CFB299 (or 0xCFB299) is unknown color: approx Cashmere. HEX triplet: CF, B2 and 99. RGB value is (207,178,153). Sum of RGB (Red+Green+Blue) = 207+178+153=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB299 is #304D66. Grayscale: #B7B7B7. Windows color (decimal): -3165543 or 10072783. OLE color: 10072783.

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

Color convert

RGB207178153-
CMYK00.140.260.19
HSL27.78º36%70.59%-
HSV(B)27.78º26.09%81.18%-
XYZ47.447.4136.79-
YUV183.82110.61144.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 153 (60.16% from 255) = 28.44%
R=38.48%
G=33.09%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717815300.140.260.1927.783670.59
HexCFB2990E1A131c2447
Octal31726223101632233444107
Binary110011111011001010011001011101101010011111001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB299; }

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

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

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

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

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

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

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

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