Html Css Color HEX #CE2152 Old Rose

📋 copy color: '#CE2152'

red 206 ◦ green 33 ◦ blue 82

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

Shades of Old Rose #CE2152

Tints of Old Rose #CE2152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.55%

R = 64.17%
G = 10.28%
B = 25.55%

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

#CE2152 (or 0xCE2152) is known color: Old Rose. HEX triplet: CE, 21 and 52. RGB value is (206,33,82). Sum of RGB (Red+Green+Blue) = 206+33+82=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2152 is #31DEAD. Grayscale: #5A5A5A. Windows color (decimal): -3268270 or 5382606. OLE color: 5382606.

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

Color convert

RGB 206 33 82 -
CMYK 0 0.84 0.60 0.19
HSL 343.01º 0.72% 0.47% -
HSV(B) 343.01º 0.84% 0.81% -
XYZ 27.52 14.82 9.39 -
YUV 90.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 206 33 82 0 0.84 0.60 0.19 343.01 0.72 0.47
Hex CE 21 52 0 54 3C 13 157 48 2F
Octal 316 41 122 0 124 74 23 527 110 57
Binary 11001110 100001 1010010 0 1010100 111100 10011 101010111 1001000 101111

Color Harmonies of #CE2152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2152

Black with #CE2152

Text Example


Text Example

White with #CE2152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2152; }

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

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

background-color css

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

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

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

border-color css

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

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

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