Html Css Color HEX #CEA095 Rose

📋 copy color: '#CEA095'

red 206 ◦ green 160 ◦ blue 149

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

Shades of Rose #CEA095

Tints of Rose #CEA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.07%

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 40%
G = 31.07%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEA095 (or 0xCEA095) is known color: Rose. HEX triplet: CE, A0 and 95. RGB value is (206,160,149). Sum of RGB (Red+Green+Blue) = 206+160+149=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA095 is #315F6A. Grayscale: #ACACAC. Windows color (decimal): -3235691 or 9806030. OLE color: 9806030.

HSL color Cylindrical-coordinate representation of color #CEA095: hue angle of 11.58º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEA095 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 149 -
CMYK 0 0.22 0.28 0.19
HSL 11.58º 0.37% 0.7% -
HSV(B) 11.58º 0.28% 0.81% -
XYZ 43.45 40.43 33.95 -
YUV 172.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 206 160 149 0 0.22 0.28 0.19 11.58 0.37 0.7
Hex CE A0 95 0 16 1C 13 C 25 46
Octal 316 240 225 0 26 34 23 14 45 106
Binary 11001110 10100000 10010101 0 10110 11100 10011 1100 100101 1000110

Color Harmonies of #CEA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA095

Black with #CEA095

Text Example


Text Example

White with #CEA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA095; }

 p { color: rgb(206,160,149); }

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

background-color css

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

 a { background-color: rgb(206,160,149); }

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

border-color css

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

 span { border-color: rgb(206,160,149); }

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