Html Css Color HEX #CEAB90 Cashmere

📋 copy color: '#CEAB90'

red 206 ◦ green 171 ◦ blue 144

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

Shades of Cashmere #CEAB90

Tints of Cashmere #CEAB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 39.54%
G = 32.82%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CEAB90 (or 0xCEAB90) is known color: Cashmere. HEX triplet: CE, AB and 90. RGB value is (206,171,144). Sum of RGB (Red+Green+Blue) = 206+171+144=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB90 is #31546F. Grayscale: #B2B2B2. Windows color (decimal): -3232880 or 9481166. OLE color: 9481166.

HSL color Cylindrical-coordinate representation of color #CEAB90: hue angle of 26.13º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEAB90 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 171 144 -
CMYK 0 0.17 0.30 0.19
HSL 26.13º 0.39% 0.69% -
HSV(B) 26.13º 0.3% 0.81% -
XYZ 45.05 44.26 32.55 -
YUV 178.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 206 171 144 0 0.17 0.30 0.19 26.13 0.39 0.69
Hex CE AB 90 0 11 1E 13 1A 27 45
Octal 316 253 220 0 21 36 23 32 47 105
Binary 11001110 10101011 10010000 0 10001 11110 10011 11010 100111 1000101

Color Harmonies of #CEAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB90

Black with #CEAB90

Text Example


Text Example

White with #CEAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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