Html Css Color HEX #CEB49E Cashmere

📋 copy color: '#CEB49E'

red 206 ◦ green 180 ◦ blue 158

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

Shades of Cashmere #CEB49E

Tints of Cashmere #CEB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.09%

 BLUE value IS 158 (62.11% from 255) = 29.04%

R = 37.87%
G = 33.09%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CEB49E (or 0xCEB49E) is known color: Cashmere. HEX triplet: CE, B4 and 9E. RGB value is (206,180,158). Sum of RGB (Red+Green+Blue) = 206+180+158=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB49E is #314B61. Grayscale: #B9B9B9. Windows color (decimal): -3230562 or 10400974. OLE color: 10400974.

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

Color convert

RGB 206 180 158 -
CMYK 0 0.13 0.23 0.19
HSL 27.5º 0.33% 0.71% -
HSV(B) 27.5º 0.23% 0.81% -
XYZ 47.95 48.23 39.13 -
YUV 185.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 206 180 158 0 0.13 0.23 0.19 27.5 0.33 0.71
Hex CE B4 9E 0 D 17 13 1C 21 47
Octal 316 264 236 0 15 27 23 34 41 107
Binary 11001110 10110100 10011110 0 1101 10111 10011 11100 100001 1000111

Color Harmonies of #CEB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB49E

Black with #CEB49E

Text Example


Text Example

White with #CEB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB49E; }

 p { color: rgb(206,180,158); }

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

background-color css

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

 a { background-color: rgb(206,180,158); }

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

border-color css

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

 span { border-color: rgb(206,180,158); }

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