Html Css Color HEX #CE2A53 Old Rose

📋 copy color: '#CE2A53'

red 206 ◦ green 42 ◦ blue 83

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

Shades of Old Rose #CE2A53

Tints of Old Rose #CE2A53

RGB

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

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

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

R = 62.24%
G = 12.69%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE2A53 (or 0xCE2A53) is known color: Old Rose. HEX triplet: CE, 2A and 53. RGB value is (206,42,83). Sum of RGB (Red+Green+Blue) = 206+42+83=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A53 is #31D5AC. Grayscale: #5F5F5F. Windows color (decimal): -3265965 or 5450446. OLE color: 5450446.

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

Color convert

RGB 206 42 83 -
CMYK 0 0.80 0.60 0.19
HSL 345º 0.66% 0.49% -
HSV(B) 345º 0.8% 0.81% -
XYZ 27.84 15.4 9.69 -
YUV 95.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 206 42 83 0 0.80 0.60 0.19 345 0.66 0.49
Hex CE 2A 53 0 50 3C 13 159 42 31
Octal 316 52 123 0 120 74 23 531 102 61
Binary 11001110 101010 1010011 0 1010000 111100 10011 101011001 1000010 110001

Color Harmonies of #CE2A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A53

Black with #CE2A53

Text Example


Text Example

White with #CE2A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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