Html Css Color HEX #CEAD93 Cashmere

📋 copy color: '#CEAD93'

red 206 ◦ green 173 ◦ blue 147

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

Shades of Cashmere #CEAD93

Tints of Cashmere #CEAD93

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 39.16%
G = 32.89%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CEAD93 (or 0xCEAD93) is known color: Cashmere. HEX triplet: CE, AD and 93. RGB value is (206,173,147). Sum of RGB (Red+Green+Blue) = 206+173+147=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD93 is #31526C. Grayscale: #B4B4B4. Windows color (decimal): -3232365 or 9678286. OLE color: 9678286.

HSL color Cylindrical-coordinate representation of color #CEAD93: hue angle of 26.44º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEAD93 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 147 -
CMYK 0 0.16 0.29 0.19
HSL 26.44º 0.38% 0.69% -
HSV(B) 26.44º 0.29% 0.81% -
XYZ 45.66 45.12 33.91 -
YUV 179.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 206 173 147 0 0.16 0.29 0.19 26.44 0.38 0.69
Hex CE AD 93 0 10 1D 13 1A 26 45
Octal 316 255 223 0 20 35 23 32 46 105
Binary 11001110 10101101 10010011 0 10000 11101 10011 11010 100110 1000101

Color Harmonies of #CEAD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD93

Black with #CEAD93

Text Example


Text Example

White with #CEAD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD93; }

 p { color: rgb(206,173,147); }

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

background-color css

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

 a { background-color: rgb(206,173,147); }

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

border-color css

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

 span { border-color: rgb(206,173,147); }

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