Html Css Color HEX #CE2F57 Old Rose

📋 copy color: '#CE2F57'

red 206 ◦ green 47 ◦ blue 87

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

Shades of Old Rose #CE2F57

Tints of Old Rose #CE2F57

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.82%

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

R = 60.59%
G = 13.82%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE2F57 (or 0xCE2F57) is known color: Old Rose. HEX triplet: CE, 2F and 57. RGB value is (206,47,87). Sum of RGB (Red+Green+Blue) = 206+47+87=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F57 is #31D0A8. Grayscale: #636363. Windows color (decimal): -3264681 or 5713870. OLE color: 5713870.

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

Color convert

RGB 206 47 87 -
CMYK 0 0.77 0.58 0.19
HSL 344.91º 0.63% 0.5% -
HSV(B) 344.91º 0.77% 0.81% -
XYZ 28.19 15.84 10.59 -
YUV 99.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 206 47 87 0 0.77 0.58 0.19 344.91 0.63 0.5
Hex CE 2F 57 0 4D 3A 13 159 3F 32
Octal 316 57 127 0 115 72 23 531 77 62
Binary 11001110 101111 1010111 0 1001101 111010 10011 101011001 111111 110010

Color Harmonies of #CE2F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F57

Black with #CE2F57

Text Example


Text Example

White with #CE2F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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