Html Css Color HEX #CE3357 Old Rose

📋 copy color: '#CE3357'

red 206 ◦ green 51 ◦ blue 87

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

Shades of Old Rose #CE3357

Tints of Old Rose #CE3357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

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

R = 59.88%
G = 14.83%
B = 25.29%

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

#CE3357 (or 0xCE3357) is known color: Old Rose. HEX triplet: CE, 33 and 57. RGB value is (206,51,87). Sum of RGB (Red+Green+Blue) = 206+51+87=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3357 is #31CCA8. Grayscale: #656565. Windows color (decimal): -3263657 or 5714894. OLE color: 5714894.

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

Color convert

RGB 206 51 87 -
CMYK 0 0.75 0.58 0.19
HSL 346.06º 0.61% 0.5% -
HSV(B) 346.06º 0.75% 0.81% -
XYZ 28.36 16.18 10.64 -
YUV 101.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 206 51 87 0 0.75 0.58 0.19 346.06 0.61 0.5
Hex CE 33 57 0 4B 3A 13 15A 3D 32
Octal 316 63 127 0 113 72 23 532 75 62
Binary 11001110 110011 1010111 0 1001011 111010 10011 101011010 111101 110010

Color Harmonies of #CE3357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3357

Black with #CE3357

Text Example


Text Example

White with #CE3357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3357; }

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

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

background-color css

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

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

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

border-color css

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

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

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