Html Css Color HEX #CE3151 Old Rose

📋 copy color: '#CE3151'

red 206 ◦ green 49 ◦ blue 81

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

Shades of Old Rose #CE3151

Tints of Old Rose #CE3151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

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

R = 61.31%
G = 14.58%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE3151 (or 0xCE3151) is known color: Old Rose. HEX triplet: CE, 31 and 51. RGB value is (206,49,81). Sum of RGB (Red+Green+Blue) = 206+49+81=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3151 is #31CEAE. Grayscale: #636363. Windows color (decimal): -3264175 or 5321166. OLE color: 5321166.

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

Color convert

RGB 206 49 81 -
CMYK 0 0.76 0.61 0.19
HSL 347.77º 0.62% 0.5% -
HSV(B) 347.77º 0.76% 0.81% -
XYZ 28.04 15.91 9.38 -
YUV 99.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 206 49 81 0 0.76 0.61 0.19 347.77 0.62 0.5
Hex CE 31 51 0 4C 3D 13 15C 3E 32
Octal 316 61 121 0 114 75 23 534 76 62
Binary 11001110 110001 1010001 0 1001100 111101 10011 101011100 111110 110010

Color Harmonies of #CE3151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3151

Black with #CE3151

Text Example


Text Example

White with #CE3151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3151; }

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

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

background-color css

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

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

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

border-color css

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

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

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