#CFB499

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

Shades of Cashmere #CFB499

Tints of Cashmere #CFB499

Color information

#CFB499 (or 0xCFB499) is unknown color: approx Cashmere. HEX triplet: CF, B4 and 99. RGB value is (207,180,153). Sum of RGB (Red+Green+Blue) = 207+180+153=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB499 is #304B66. Grayscale: #B9B9B9. Windows color (decimal): -3165031 or 10073295. OLE color: 10073295.

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

Color convert

RGB207180153-
CMYK00.130.260.19
HSL30º36%70.59%-
HSV(B)30º26.09%81.18%-
XYZ47.848.2136.92-
YUV185109.95143.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=38.33%
G=33.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718015300.130.260.19303670.59
HexCFB4990D1A131e2447
Octal31726423101532233644107
Binary110011111011010010011001011011101010011111101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB499; }

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

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

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

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

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

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

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

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