Html Css Color HEX #CEAA90 Cashmere

📋 copy color: '#CEAA90'

red 206 ◦ green 170 ◦ blue 144

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

Shades of Cashmere #CEAA90

Tints of Cashmere #CEAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.69%

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

R = 39.62%
G = 32.69%
B = 27.69%

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

#CEAA90 (or 0xCEAA90) is known color: Cashmere. HEX triplet: CE, AA and 90. RGB value is (206,170,144). Sum of RGB (Red+Green+Blue) = 206+170+144=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA90 is #31556F. Grayscale: #B1B1B1. Windows color (decimal): -3233136 or 9480910. OLE color: 9480910.

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

Color convert

RGB 206 170 144 -
CMYK 0 0.17 0.30 0.19
HSL 25.16º 0.39% 0.69% -
HSV(B) 25.16º 0.3% 0.81% -
XYZ 44.86 43.88 32.49 -
YUV 177.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 206 170 144 0 0.17 0.30 0.19 25.16 0.39 0.69
Hex CE AA 90 0 11 1E 13 19 27 45
Octal 316 252 220 0 21 36 23 31 47 105
Binary 11001110 10101010 10010000 0 10001 11110 10011 11001 100111 1000101

Color Harmonies of #CEAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA90

Black with #CEAA90

Text Example


Text Example

White with #CEAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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