Html Css Color HEX #CE3157 Old Rose

📋 copy color: '#CE3157'

red 206 ◦ green 49 ◦ blue 87

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

Shades of Old Rose #CE3157

Tints of Old Rose #CE3157

RGB

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

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

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

R = 60.23%
G = 14.33%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE3157 (or 0xCE3157) is known color: Old Rose. HEX triplet: CE, 31 and 57. RGB value is (206,49,87). Sum of RGB (Red+Green+Blue) = 206+49+87=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3157 is #31CEA8. Grayscale: #646464. Windows color (decimal): -3264169 or 5714382. OLE color: 5714382.

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

Color convert

RGB 206 49 87 -
CMYK 0 0.76 0.58 0.19
HSL 345.48º 0.62% 0.5% -
HSV(B) 345.48º 0.76% 0.81% -
XYZ 28.27 16.01 10.62 -
YUV 100.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 206 49 87 0 0.76 0.58 0.19 345.48 0.62 0.5
Hex CE 31 57 0 4C 3A 13 159 3E 32
Octal 316 61 127 0 114 72 23 531 76 62
Binary 11001110 110001 1010111 0 1001100 111010 10011 101011001 111110 110010

Color Harmonies of #CE3157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3157

Black with #CE3157

Text Example


Text Example

White with #CE3157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3157; }

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

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

background-color css

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

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

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

border-color css

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

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

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