Html Css Color HEX #CE314E Old Rose

📋 copy color: '#CE314E'

red 206 ◦ green 49 ◦ blue 78

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

Shades of Old Rose #CE314E

Tints of Old Rose #CE314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.71%

 BLUE value IS 78 (30.86% from 255) = 23.42%

R = 61.86%
G = 14.71%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE314E (or 0xCE314E) is known color: Old Rose. HEX triplet: CE, 31 and 4E. RGB value is (206,49,78). Sum of RGB (Red+Green+Blue) = 206+49+78=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE314E is #31CEB1. Grayscale: #636363. Windows color (decimal): -3264178 or 5124558. OLE color: 5124558.

HSL color Cylindrical-coordinate representation of color #CE314E: hue angle of 348.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE314E is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 49 78 -
CMYK 0 0.76 0.62 0.19
HSL 348.92º 0.62% 0.5% -
HSV(B) 348.92º 0.76% 0.81% -
XYZ 27.93 15.87 8.8 -
YUV 99.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 206 49 78 0 0.76 0.62 0.19 348.92 0.62 0.5
Hex CE 31 4E 0 4C 3E 13 15D 3E 32
Octal 316 61 116 0 114 76 23 535 76 62
Binary 11001110 110001 1001110 0 1001100 111110 10011 101011101 111110 110010

Color Harmonies of #CE314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE314E

Black with #CE314E

Text Example


Text Example

White with #CE314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE314E; }

 p { color: rgb(206,49,78); }

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

background-color css

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

 a { background-color: rgb(206,49,78); }

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

border-color css

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

 span { border-color: rgb(206,49,78); }

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