Html Css Color HEX #CE9F95 Rose

📋 copy color: '#CE9F95'

red 206 ◦ green 159 ◦ blue 149

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

Shades of Rose #CE9F95

Tints of Rose #CE9F95

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.93%

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

R = 40.08%
G = 30.93%
B = 28.99%

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

#CE9F95 (or 0xCE9F95) is known color: Rose. HEX triplet: CE, 9F and 95. RGB value is (206,159,149). Sum of RGB (Red+Green+Blue) = 206+159+149=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F95 is #31606A. Grayscale: #ACACAC. Windows color (decimal): -3235947 or 9805774. OLE color: 9805774.

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

Color convert

RGB 206 159 149 -
CMYK 0 0.23 0.28 0.19
HSL 10.53º 0.37% 0.7% -
HSV(B) 10.53º 0.28% 0.81% -
XYZ 43.28 40.09 33.89 -
YUV 171.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 206 159 149 0 0.23 0.28 0.19 10.53 0.37 0.7
Hex CE 9F 95 0 17 1C 13 B 25 46
Octal 316 237 225 0 27 34 23 13 45 106
Binary 11001110 10011111 10010101 0 10111 11100 10011 1011 100101 1000110

Color Harmonies of #CE9F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F95

Black with #CE9F95

Text Example


Text Example

White with #CE9F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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