Html Css Color HEX #CE3456 Old Rose

📋 copy color: '#CE3456'

red 206 ◦ green 52 ◦ blue 86

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

Shades of Old Rose #CE3456

Tints of Old Rose #CE3456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25%

R = 59.88%
G = 15.12%
B = 25%

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

#CE3456 (or 0xCE3456) is known color: Old Rose. HEX triplet: CE, 34 and 56. RGB value is (206,52,86). Sum of RGB (Red+Green+Blue) = 206+52+86=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3456 is #31CBA9. Grayscale: #656565. Windows color (decimal): -3263402 or 5649614. OLE color: 5649614.

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

Color convert

RGB 206 52 86 -
CMYK 0 0.75 0.58 0.19
HSL 346.75º 0.61% 0.51% -
HSV(B) 346.75º 0.75% 0.81% -
XYZ 28.36 16.25 10.45 -
YUV 101.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 206 52 86 0 0.75 0.58 0.19 346.75 0.61 0.51
Hex CE 34 56 0 4B 3A 13 15B 3D 33
Octal 316 64 126 0 113 72 23 533 75 63
Binary 11001110 110100 1010110 0 1001011 111010 10011 101011011 111101 110011

Color Harmonies of #CE3456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3456

Black with #CE3456

Text Example


Text Example

White with #CE3456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3456; }

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

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

background-color css

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

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

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

border-color css

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

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

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