Html Css Color HEX #CEAD99 Cashmere

📋 copy color: '#CEAD99'

red 206 ◦ green 173 ◦ blue 153

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

Shades of Cashmere #CEAD99

Tints of Cashmere #CEAD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.76%

R = 38.72%
G = 32.52%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CEAD99 (or 0xCEAD99) is known color: Cashmere. HEX triplet: CE, AD and 99. RGB value is (206,173,153). Sum of RGB (Red+Green+Blue) = 206+173+153=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD99 is #315266. Grayscale: #B4B4B4. Windows color (decimal): -3232359 or 10071502. OLE color: 10071502.

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

Color convert

RGB 206 173 153 -
CMYK 0 0.16 0.26 0.19
HSL 22.64º 0.35% 0.7% -
HSV(B) 22.64º 0.26% 0.81% -
XYZ 46.15 45.31 36.45 -
YUV 180.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 206 173 153 0 0.16 0.26 0.19 22.64 0.35 0.7
Hex CE AD 99 0 10 1A 13 17 23 46
Octal 316 255 231 0 20 32 23 27 43 106
Binary 11001110 10101101 10011001 0 10000 11010 10011 10111 100011 1000110

Color Harmonies of #CEAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD99

Black with #CEAD99

Text Example


Text Example

White with #CEAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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