Html Css Color HEX #CEAB98 Cashmere

📋 copy color: '#CEAB98'

red 206 ◦ green 171 ◦ blue 152

#CEAB98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #CEAB98

Tints of Cashmere #CEAB98

RGB

 RED value IS 206 (80.86% from 255) = 38.94%

 GREEN value IS 171 (67.19% from 255) = 32.33%

 BLUE value IS 152 (59.77% from 255) = 28.73%

R = 38.94%
G = 32.33%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CEAB98 (or 0xCEAB98) is known color: Cashmere. HEX triplet: CE, AB and 98. RGB value is (206,171,152). Sum of RGB (Red+Green+Blue) = 206+171+152=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB98 is #315467. Grayscale: #B3B3B3. Windows color (decimal): -3232872 or 10005454. OLE color: 10005454.

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

Color convert

RGB 206 171 152 -
CMYK 0 0.17 0.26 0.19
HSL 21.11º 0.36% 0.7% -
HSV(B) 21.11º 0.26% 0.81% -
XYZ 45.68 44.51 35.89 -
YUV 179.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 206 171 152 0 0.17 0.26 0.19 21.11 0.36 0.7
Hex CE AB 98 0 11 1A 13 15 24 46
Octal 316 253 230 0 21 32 23 25 44 106
Binary 11001110 10101011 10011000 0 10001 11010 10011 10101 100100 1000110

Color Harmonies of #CEAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB98

Black with #CEAB98

Text Example


Text Example

White with #CEAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB98; }

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

 H1.HeaderClassName
 {
   color: #CEAB98;
 }
 .AnyTagClassName
 {
   color: #CEAB98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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