Html Css Color HEX #CE2E55 Old Rose

📋 copy color: '#CE2E55'

red 206 ◦ green 46 ◦ blue 85

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

Shades of Old Rose #CE2E55

Tints of Old Rose #CE2E55

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

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

R = 61.13%
G = 13.65%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE2E55 (or 0xCE2E55) is known color: Old Rose. HEX triplet: CE, 2E and 55. RGB value is (206,46,85). Sum of RGB (Red+Green+Blue) = 206+46+85=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E55 is #31D1AA. Grayscale: #626262. Windows color (decimal): -3264939 or 5582542. OLE color: 5582542.

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

Color convert

RGB 206 46 85 -
CMYK 0 0.78 0.59 0.19
HSL 345.38º 0.63% 0.49% -
HSV(B) 345.38º 0.78% 0.81% -
XYZ 28.07 15.73 10.15 -
YUV 98.29 120.51 204.83 -
System Red Green Blue C M Y K H S L
Decimal 206 46 85 0 0.78 0.59 0.19 345.38 0.63 0.49
Hex CE 2E 55 0 4E 3B 13 159 3F 31
Octal 316 56 125 0 116 73 23 531 77 61
Binary 11001110 101110 1010101 0 1001110 111011 10011 101011001 111111 110001

Color Harmonies of #CE2E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E55

Black with #CE2E55

Text Example


Text Example

White with #CE2E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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