Html Css Color HEX #CEAD9A Cashmere

📋 copy color: '#CEAD9A'

red 206 ◦ green 173 ◦ blue 154

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

Shades of Cashmere #CEAD9A

Tints of Cashmere #CEAD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.89%

R = 38.65%
G = 32.46%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CEAD9A (or 0xCEAD9A) is known color: Cashmere. HEX triplet: CE, AD and 9A. RGB value is (206,173,154). Sum of RGB (Red+Green+Blue) = 206+173+154=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD9A is #315265. Grayscale: #B4B4B4. Windows color (decimal): -3232358 or 10137038. OLE color: 10137038.

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

Color convert

RGB 206 173 154 -
CMYK 0 0.16 0.25 0.19
HSL 21.92º 0.35% 0.71% -
HSV(B) 21.92º 0.25% 0.81% -
XYZ 46.23 45.34 36.89 -
YUV 180.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 206 173 154 0 0.16 0.25 0.19 21.92 0.35 0.71
Hex CE AD 9A 0 10 19 13 16 23 47
Octal 316 255 232 0 20 31 23 26 43 107
Binary 11001110 10101101 10011010 0 10000 11001 10011 10110 100011 1000111

Color Harmonies of #CEAD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD9A

Black with #CEAD9A

Text Example


Text Example

White with #CEAD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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