Html Css Color HEX #CE2B51 Old Rose

📋 copy color: '#CE2B51'

red 206 ◦ green 43 ◦ blue 81

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

Shades of Old Rose #CE2B51

Tints of Old Rose #CE2B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.03%

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

R = 62.42%
G = 13.03%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE2B51 (or 0xCE2B51) is known color: Old Rose. HEX triplet: CE, 2B and 51. RGB value is (206,43,81). Sum of RGB (Red+Green+Blue) = 206+43+81=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2B51 is #31D4AE. Grayscale: #606060. Windows color (decimal): -3265711 or 5319630. OLE color: 5319630.

HSL color Cylindrical-coordinate representation of color #CE2B51: hue angle of 346.01º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B51 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 43 81 -
CMYK 0 0.79 0.61 0.19
HSL 346.01º 0.65% 0.49% -
HSV(B) 346.01º 0.79% 0.81% -
XYZ 27.8 15.44 9.3 -
YUV 96.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 206 43 81 0 0.79 0.61 0.19 346.01 0.65 0.49
Hex CE 2B 51 0 4F 3D 13 15A 41 31
Octal 316 53 121 0 117 75 23 532 101 61
Binary 11001110 101011 1010001 0 1001111 111101 10011 101011010 1000001 110001

Color Harmonies of #CE2B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B51

Black with #CE2B51

Text Example


Text Example

White with #CE2B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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