#CFB498

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

Shades of Cashmere #CFB498

Tints of Cashmere #CFB498

Color information

#CFB498 (or 0xCFB498) is unknown color: approx Cashmere. HEX triplet: CF, B4 and 98. RGB value is (207,180,152). Sum of RGB (Red+Green+Blue) = 207+180+152=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB498 is #304B67. Grayscale: #B9B9B9. Windows color (decimal): -3165032 or 10007759. OLE color: 10007759.

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

Color convert

RGB207180152-
CMYK00.130.270.19
HSL30.55º36.42%70.39%-
HSV(B)30.55º26.57%81.18%-
XYZ47.7248.1736.49-
YUV184.88109.45143.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 152 (59.77% from 255) = 28.20%
R=38.40%
G=33.40%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718015200.130.270.1930.5536.4270.39
HexCFB4980D1B131f2446
Octal31726423001533233744106
Binary110011111011010010011000011011101110011111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB498; }

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

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

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

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

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

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

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

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