Html Css Color HEX #CE2A50 Old Rose

📋 copy color: '#CE2A50'

red 206 ◦ green 42 ◦ blue 80

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

Shades of Old Rose #CE2A50

Tints of Old Rose #CE2A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 62.8%
G = 12.8%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE2A50 (or 0xCE2A50) is known color: Old Rose. HEX triplet: CE, 2A and 50. RGB value is (206,42,80). Sum of RGB (Red+Green+Blue) = 206+42+80=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A50 is #31D5AF. Grayscale: #5F5F5F. Windows color (decimal): -3265968 or 5253838. OLE color: 5253838.

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

Color convert

RGB 206 42 80 -
CMYK 0 0.80 0.61 0.19
HSL 346.1º 0.66% 0.49% -
HSV(B) 346.1º 0.8% 0.81% -
XYZ 27.73 15.36 9.09 -
YUV 95.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 206 42 80 0 0.80 0.61 0.19 346.1 0.66 0.49
Hex CE 2A 50 0 50 3D 13 15A 42 31
Octal 316 52 120 0 120 75 23 532 102 61
Binary 11001110 101010 1010000 0 1010000 111101 10011 101011010 1000010 110001

Color Harmonies of #CE2A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A50

Black with #CE2A50

Text Example


Text Example

White with #CE2A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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