Html Css Color HEX #CE9E8D Rose

📋 copy color: '#CE9E8D'

red 206 ◦ green 158 ◦ blue 141

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

Shades of Rose #CE9E8D

Tints of Rose #CE9E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 40.79%
G = 31.29%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE9E8D (or 0xCE9E8D) is known color: Rose. HEX triplet: CE, 9E and 8D. RGB value is (206,158,141). Sum of RGB (Red+Green+Blue) = 206+158+141=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E8D is #316172. Grayscale: #AAAAAA. Windows color (decimal): -3236211 or 9281230. OLE color: 9281230.

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

Color convert

RGB 206 158 141 -
CMYK 0 0.23 0.32 0.19
HSL 15.69º 0.4% 0.68% -
HSV(B) 15.69º 0.32% 0.81% -
XYZ 42.49 39.5 30.58 -
YUV 170.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 206 158 141 0 0.23 0.32 0.19 15.69 0.4 0.68
Hex CE 9E 8D 0 17 20 13 10 28 44
Octal 316 236 215 0 27 40 23 20 50 104
Binary 11001110 10011110 10001101 0 10111 100000 10011 10000 101000 1000100

Color Harmonies of #CE9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E8D

Black with #CE9E8D

Text Example


Text Example

White with #CE9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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