Html Css Color HEX #CE2053 Old Rose

📋 copy color: '#CE2053'

red 206 ◦ green 32 ◦ blue 83

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

Shades of Old Rose #CE2053

Tints of Old Rose #CE2053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.97%

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

R = 64.17%
G = 9.97%
B = 25.86%

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

#CE2053 (or 0xCE2053) is known color: Old Rose. HEX triplet: CE, 20 and 53. RGB value is (206,32,83). Sum of RGB (Red+Green+Blue) = 206+32+83=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2053 is #31DFAC. Grayscale: #595959. Windows color (decimal): -3268525 or 5447886. OLE color: 5447886.

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

Color convert

RGB 206 32 83 -
CMYK 0 0.84 0.60 0.19
HSL 342.41º 0.73% 0.47% -
HSV(B) 342.41º 0.84% 0.81% -
XYZ 27.53 14.78 9.59 -
YUV 89.84 124.15 210.85 -
System Red Green Blue C M Y K H S L
Decimal 206 32 83 0 0.84 0.60 0.19 342.41 0.73 0.47
Hex CE 20 53 0 54 3C 13 156 49 2F
Octal 316 40 123 0 124 74 23 526 111 57
Binary 11001110 100000 1010011 0 1010100 111100 10011 101010110 1001001 101111

Color Harmonies of #CE2053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2053

Black with #CE2053

Text Example


Text Example

White with #CE2053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2053; }

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

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

background-color css

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

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

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

border-color css

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

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

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