Html Css Color HEX #CE3457 Old Rose

📋 copy color: '#CE3457'

red 206 ◦ green 52 ◦ blue 87

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

Shades of Old Rose #CE3457

Tints of Old Rose #CE3457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

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

R = 59.71%
G = 15.07%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE3457 (or 0xCE3457) is known color: Old Rose. HEX triplet: CE, 34 and 57. RGB value is (206,52,87). Sum of RGB (Red+Green+Blue) = 206+52+87=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3457 is #31CBA8. Grayscale: #666666. Windows color (decimal): -3263401 or 5715150. OLE color: 5715150.

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

Color convert

RGB 206 52 87 -
CMYK 0 0.75 0.58 0.19
HSL 346.36º 0.61% 0.51% -
HSV(B) 346.36º 0.75% 0.81% -
XYZ 28.4 16.27 10.66 -
YUV 102.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 206 52 87 0 0.75 0.58 0.19 346.36 0.61 0.51
Hex CE 34 57 0 4B 3A 13 15A 3D 33
Octal 316 64 127 0 113 72 23 532 75 63
Binary 11001110 110100 1010111 0 1001011 111010 10011 101011010 111101 110011

Color Harmonies of #CE3457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3457

Black with #CE3457

Text Example


Text Example

White with #CE3457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3457; }

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

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

background-color css

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

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

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

border-color css

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

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

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