Html Css Color HEX #CE2A55 Old Rose

📋 copy color: '#CE2A55'

red 206 ◦ green 42 ◦ blue 85

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

Shades of Old Rose #CE2A55

Tints of Old Rose #CE2A55

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.61%

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

R = 61.86%
G = 12.61%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE2A55 (or 0xCE2A55) is known color: Old Rose. HEX triplet: CE, 2A and 55. RGB value is (206,42,85). Sum of RGB (Red+Green+Blue) = 206+42+85=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A55 is #31D5AA. Grayscale: #5F5F5F. Windows color (decimal): -3265963 or 5581518. OLE color: 5581518.

HSL color Cylindrical-coordinate representation of color #CE2A55: hue angle of 344.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A55 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 85 -
CMYK 0 0.80 0.59 0.19
HSL 344.27º 0.66% 0.49% -
HSV(B) 344.27º 0.8% 0.81% -
XYZ 27.92 15.43 10.1 -
YUV 95.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 206 42 85 0 0.80 0.59 0.19 344.27 0.66 0.49
Hex CE 2A 55 0 50 3B 13 158 42 31
Octal 316 52 125 0 120 73 23 530 102 61
Binary 11001110 101010 1010101 0 1010000 111011 10011 101011000 1000010 110001

Color Harmonies of #CE2A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A55

Black with #CE2A55

Text Example


Text Example

White with #CE2A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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