Html Css Color HEX #CE2153 Old Rose

📋 copy color: '#CE2153'

red 206 ◦ green 33 ◦ blue 83

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

Shades of Old Rose #CE2153

Tints of Old Rose #CE2153

RGB

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

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

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

R = 63.98%
G = 10.25%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE2153 (or 0xCE2153) is known color: Old Rose. HEX triplet: CE, 21 and 53. RGB value is (206,33,83). Sum of RGB (Red+Green+Blue) = 206+33+83=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2153 is #31DEAC. Grayscale: #5A5A5A. Windows color (decimal): -3268269 or 5448142. OLE color: 5448142.

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

Color convert

RGB 206 33 83 -
CMYK 0 0.84 0.60 0.19
HSL 342.66º 0.72% 0.47% -
HSV(B) 342.66º 0.84% 0.81% -
XYZ 27.56 14.83 9.59 -
YUV 90.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 206 33 83 0 0.84 0.60 0.19 342.66 0.72 0.47
Hex CE 21 53 0 54 3C 13 157 48 2F
Octal 316 41 123 0 124 74 23 527 110 57
Binary 11001110 100001 1010011 0 1010100 111100 10011 101010111 1001000 101111

Color Harmonies of #CE2153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2153

Black with #CE2153

Text Example


Text Example

White with #CE2153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2153; }

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

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

background-color css

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

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

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

border-color css

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

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

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