Html Css Color HEX #CE3152 Old Rose

📋 copy color: '#CE3152'

red 206 ◦ green 49 ◦ blue 82

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

Shades of Old Rose #CE3152

Tints of Old Rose #CE3152

RGB

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

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

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

R = 61.13%
G = 14.54%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE3152 (or 0xCE3152) is known color: Old Rose. HEX triplet: CE, 31 and 52. RGB value is (206,49,82). Sum of RGB (Red+Green+Blue) = 206+49+82=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3152 is #31CEAD. Grayscale: #636363. Windows color (decimal): -3264174 or 5386702. OLE color: 5386702.

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

Color convert

RGB 206 49 82 -
CMYK 0 0.76 0.60 0.19
HSL 347.39º 0.62% 0.5% -
HSV(B) 347.39º 0.76% 0.81% -
XYZ 28.07 15.93 9.58 -
YUV 99.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 206 49 82 0 0.76 0.60 0.19 347.39 0.62 0.5
Hex CE 31 52 0 4C 3C 13 15B 3E 32
Octal 316 61 122 0 114 74 23 533 76 62
Binary 11001110 110001 1010010 0 1001100 111100 10011 101011011 111110 110010

Color Harmonies of #CE3152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3152

Black with #CE3152

Text Example


Text Example

White with #CE3152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3152; }

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

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

background-color css

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

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

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

border-color css

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

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

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