#CEB098

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

Shades of Cashmere #CEB098

Tints of Cashmere #CEB098

Color information

#CEB098 (or 0xCEB098) is unknown color: approx Cashmere. HEX triplet: CE, B0 and 98. RGB value is (206,176,152). Sum of RGB (Red+Green+Blue) = 206+176+152=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB098 is #314F67. Grayscale: #B6B6B6. Windows color (decimal): -3231592 or 10006734. OLE color: 10006734.

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

Color convert

RGB206176152-
CMYK00.150.260.19
HSL26.67º35.53%70.2%-
HSV(B)26.67º26.21%80.78%-
XYZ46.6546.4436.21-
YUV182.23110.94144.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=38.58%
G=32.96%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617615200.150.260.1926.6735.5370.2
HexCEB0980F1A131b2446
Octal31626023001732233344106
Binary110011101011000010011000011111101010011110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB098; }

 p { color: rgb(206,176,152); }

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

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

 a { background-color: rgb(206,176,152); }

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

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

 span { border-color: rgb(206,176,152); }

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