Html Css Color HEX #CE9E95 Rose

📋 copy color: '#CE9E95'

red 206 ◦ green 158 ◦ blue 149

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

Shades of Rose #CE9E95

Tints of Rose #CE9E95

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.8%

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

R = 40.16%
G = 30.8%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE9E95 (or 0xCE9E95) is known color: Rose. HEX triplet: CE, 9E and 95. RGB value is (206,158,149). Sum of RGB (Red+Green+Blue) = 206+158+149=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E95 is #31616A. Grayscale: #ABABAB. Windows color (decimal): -3236203 or 9805518. OLE color: 9805518.

HSL color Cylindrical-coordinate representation of color #CE9E95: hue angle of 9.47º 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 #CE9E95 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 158 149 -
CMYK 0 0.23 0.28 0.19
HSL 9.47º 0.37% 0.7% -
HSV(B) 9.47º 0.28% 0.81% -
XYZ 43.11 39.75 33.83 -
YUV 171.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 206 158 149 0 0.23 0.28 0.19 9.47 0.37 0.7
Hex CE 9E 95 0 17 1C 13 9 25 46
Octal 316 236 225 0 27 34 23 11 45 106
Binary 11001110 10011110 10010101 0 10111 11100 10011 1001 100101 1000110

Color Harmonies of #CE9E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E95

Black with #CE9E95

Text Example


Text Example

White with #CE9E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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