Html Css Color HEX #CE2051 Old Rose

📋 copy color: '#CE2051'

red 206 ◦ green 32 ◦ blue 81

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

Shades of Old Rose #CE2051

Tints of Old Rose #CE2051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.39%

R = 64.58%
G = 10.03%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE2051 (or 0xCE2051) is known color: Old Rose. HEX triplet: CE, 20 and 51. RGB value is (206,32,81). Sum of RGB (Red+Green+Blue) = 206+32+81=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2051 is #31DFAE. Grayscale: #595959. Windows color (decimal): -3268527 or 5316814. OLE color: 5316814.

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

Color convert

RGB 206 32 81 -
CMYK 0 0.84 0.61 0.19
HSL 343.1º 0.73% 0.47% -
HSV(B) 343.1º 0.84% 0.81% -
XYZ 27.46 14.75 9.18 -
YUV 89.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 206 32 81 0 0.84 0.61 0.19 343.1 0.73 0.47
Hex CE 20 51 0 54 3D 13 157 49 2F
Octal 316 40 121 0 124 75 23 527 111 57
Binary 11001110 100000 1010001 0 1010100 111101 10011 101010111 1001001 101111

Color Harmonies of #CE2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2051

Black with #CE2051

Text Example


Text Example

White with #CE2051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2051; }

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

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

background-color css

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

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

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

border-color css

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

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

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