Html Css Color HEX #CE2158 Old Rose

📋 copy color: '#CE2158'

red 206 ◦ green 33 ◦ blue 88

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

Shades of Old Rose #CE2158

Tints of Old Rose #CE2158

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.09%

 BLUE value IS 88 (34.77% from 255) = 26.91%

R = 63%
G = 10.09%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE2158 (or 0xCE2158) is known color: Old Rose. HEX triplet: CE, 21 and 58. RGB value is (206,33,88). Sum of RGB (Red+Green+Blue) = 206+33+88=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2158 is #31DEA7. Grayscale: #5A5A5A. Windows color (decimal): -3268264 or 5775822. OLE color: 5775822.

HSL color Cylindrical-coordinate representation of color #CE2158: hue angle of 340.92º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2158 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 88 -
CMYK 0 0.84 0.57 0.19
HSL 340.92º 0.72% 0.47% -
HSV(B) 340.92º 0.84% 0.81% -
XYZ 27.76 14.91 10.65 -
YUV 91 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 206 33 88 0 0.84 0.57 0.19 340.92 0.72 0.47
Hex CE 21 58 0 54 39 13 155 48 2F
Octal 316 41 130 0 124 71 23 525 110 57
Binary 11001110 100001 1011000 0 1010100 111001 10011 101010101 1001000 101111

Color Harmonies of #CE2158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2158

Black with #CE2158

Text Example


Text Example

White with #CE2158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2158; }

 p { color: rgb(206,33,88); }

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

background-color css

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

 a { background-color: rgb(206,33,88); }

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

border-color css

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

 span { border-color: rgb(206,33,88); }

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