Html Css Color HEX #CE2154 Old Rose

📋 copy color: '#CE2154'

red 206 ◦ green 33 ◦ blue 84

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

Shades of Old Rose #CE2154

Tints of Old Rose #CE2154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 63.78%
G = 10.22%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE2154 (or 0xCE2154) is known color: Old Rose. HEX triplet: CE, 21 and 54. RGB value is (206,33,84). Sum of RGB (Red+Green+Blue) = 206+33+84=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2154 is #31DEAB. Grayscale: #5A5A5A. Windows color (decimal): -3268268 or 5513678. OLE color: 5513678.

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

Color convert

RGB 206 33 84 -
CMYK 0 0.84 0.59 0.19
HSL 342.31º 0.72% 0.47% -
HSV(B) 342.31º 0.84% 0.81% -
XYZ 27.6 14.85 9.8 -
YUV 90.54 124.31 210.35 -
System Red Green Blue C M Y K H S L
Decimal 206 33 84 0 0.84 0.59 0.19 342.31 0.72 0.47
Hex CE 21 54 0 54 3B 13 156 48 2F
Octal 316 41 124 0 124 73 23 526 110 57
Binary 11001110 100001 1010100 0 1010100 111011 10011 101010110 1001000 101111

Color Harmonies of #CE2154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2154

Black with #CE2154

Text Example


Text Example

White with #CE2154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2154; }

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

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

background-color css

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

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

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

border-color css

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

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

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