Html Css Color HEX #CE2857 Old Rose

📋 copy color: '#CE2857'

red 206 ◦ green 40 ◦ blue 87

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

Shades of Old Rose #CE2857

Tints of Old Rose #CE2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 61.86%
G = 12.01%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE2857 (or 0xCE2857) is known color: Old Rose. HEX triplet: CE, 28 and 57. RGB value is (206,40,87). Sum of RGB (Red+Green+Blue) = 206+40+87=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2857 is #31D7A8. Grayscale: #5E5E5E. Windows color (decimal): -3266473 or 5712078. OLE color: 5712078.

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

Color convert

RGB 206 40 87 -
CMYK 0 0.81 0.58 0.19
HSL 343.01º 0.67% 0.48% -
HSV(B) 343.01º 0.81% 0.81% -
XYZ 27.93 15.33 10.5 -
YUV 94.99 123.5 207.18 -
System Red Green Blue C M Y K H S L
Decimal 206 40 87 0 0.81 0.58 0.19 343.01 0.67 0.48
Hex CE 28 57 0 51 3A 13 157 43 30
Octal 316 50 127 0 121 72 23 527 103 60
Binary 11001110 101000 1010111 0 1010001 111010 10011 101010111 1000011 110000

Color Harmonies of #CE2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2857

Black with #CE2857

Text Example


Text Example

White with #CE2857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2857; }

 p { color: rgb(206,40,87); }

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

background-color css

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

 a { background-color: rgb(206,40,87); }

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

border-color css

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

 span { border-color: rgb(206,40,87); }

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