Html Css Color HEX #CE9E8C Rose

📋 copy color: '#CE9E8C'

red 206 ◦ green 158 ◦ blue 140

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

Shades of Rose #CE9E8C

Tints of Rose #CE9E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.78%

R = 40.87%
G = 31.35%
B = 27.78%

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

#CE9E8C (or 0xCE9E8C) is known color: Rose. HEX triplet: CE, 9E and 8C. RGB value is (206,158,140). Sum of RGB (Red+Green+Blue) = 206+158+140=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E8C is #316173. Grayscale: #AAAAAA. Windows color (decimal): -3236212 or 9215694. OLE color: 9215694.

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

Color convert

RGB 206 158 140 -
CMYK 0 0.23 0.32 0.19
HSL 16.36º 0.4% 0.68% -
HSV(B) 16.36º 0.32% 0.81% -
XYZ 42.41 39.47 30.19 -
YUV 170.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 206 158 140 0 0.23 0.32 0.19 16.36 0.4 0.68
Hex CE 9E 8C 0 17 20 13 10 28 44
Octal 316 236 214 0 27 40 23 20 50 104
Binary 11001110 10011110 10001100 0 10111 100000 10011 10000 101000 1000100

Color Harmonies of #CE9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E8C

Black with #CE9E8C

Text Example


Text Example

White with #CE9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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