Html Css Color HEX #CE3153 Old Rose

📋 copy color: '#CE3153'

red 206 ◦ green 49 ◦ blue 83

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

Shades of Old Rose #CE3153

Tints of Old Rose #CE3153

RGB

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

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

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

R = 60.95%
G = 14.5%
B = 24.56%

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

#CE3153 (or 0xCE3153) is known color: Old Rose. HEX triplet: CE, 31 and 53. RGB value is (206,49,83). Sum of RGB (Red+Green+Blue) = 206+49+83=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3153 is #31CEAC. Grayscale: #636363. Windows color (decimal): -3264173 or 5452238. OLE color: 5452238.

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

Color convert

RGB 206 49 83 -
CMYK 0 0.76 0.60 0.19
HSL 347.01º 0.62% 0.5% -
HSV(B) 347.01º 0.76% 0.81% -
XYZ 28.11 15.94 9.78 -
YUV 99.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 206 49 83 0 0.76 0.60 0.19 347.01 0.62 0.5
Hex CE 31 53 0 4C 3C 13 15B 3E 32
Octal 316 61 123 0 114 74 23 533 76 62
Binary 11001110 110001 1010011 0 1001100 111100 10011 101011011 111110 110010

Color Harmonies of #CE3153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3153

Black with #CE3153

Text Example


Text Example

White with #CE3153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3153; }

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

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

background-color css

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

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

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

border-color css

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

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

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