Html Css Color HEX #CE3553 Old Rose

📋 copy color: '#CE3553'

red 206 ◦ green 53 ◦ blue 83

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

Shades of Old Rose #CE3553

Tints of Old Rose #CE3553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 60.23%
G = 15.5%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE3553 (or 0xCE3553) is known color: Old Rose. HEX triplet: CE, 35 and 53. RGB value is (206,53,83). Sum of RGB (Red+Green+Blue) = 206+53+83=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3553 is #31CAAC. Grayscale: #666666. Windows color (decimal): -3263149 or 5453262. OLE color: 5453262.

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

Color convert

RGB 206 53 83 -
CMYK 0 0.74 0.60 0.19
HSL 348.24º 0.61% 0.51% -
HSV(B) 348.24º 0.74% 0.81% -
XYZ 28.29 16.29 9.84 -
YUV 102.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 206 53 83 0 0.74 0.60 0.19 348.24 0.61 0.51
Hex CE 35 53 0 4A 3C 13 15C 3D 33
Octal 316 65 123 0 112 74 23 534 75 63
Binary 11001110 110101 1010011 0 1001010 111100 10011 101011100 111101 110011

Color Harmonies of #CE3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3553

Black with #CE3553

Text Example


Text Example

White with #CE3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3553; }

 p { color: rgb(206,53,83); }

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

background-color css

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

 a { background-color: rgb(206,53,83); }

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

border-color css

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

 span { border-color: rgb(206,53,83); }

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