Html Css Color HEX #CE3555 Old Rose

📋 copy color: '#CE3555'

red 206 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #CE3555

Tints of Old Rose #CE3555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.71%

R = 59.88%
G = 15.41%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE3555 (or 0xCE3555) is known color: Old Rose. HEX triplet: CE, 35 and 55. RGB value is (206,53,85). Sum of RGB (Red+Green+Blue) = 206+53+85=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3555 is #31CAAA. Grayscale: #666666. Windows color (decimal): -3263147 or 5584334. OLE color: 5584334.

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

Color convert

RGB 206 53 85 -
CMYK 0 0.74 0.59 0.19
HSL 347.45º 0.61% 0.51% -
HSV(B) 347.45º 0.74% 0.81% -
XYZ 28.37 16.32 10.25 -
YUV 102.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 206 53 85 0 0.74 0.59 0.19 347.45 0.61 0.51
Hex CE 35 55 0 4A 3B 13 15B 3D 33
Octal 316 65 125 0 112 73 23 533 75 63
Binary 11001110 110101 1010101 0 1001010 111011 10011 101011011 111101 110011

Color Harmonies of #CE3555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3555

Black with #CE3555

Text Example


Text Example

White with #CE3555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3555; }

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

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

background-color css

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

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

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

border-color css

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

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

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