Html Css Color HEX #CE3254 Old Rose

📋 copy color: '#CE3254'

red 206 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #CE3254

Tints of Old Rose #CE3254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 84 (33.2% from 255) = 24.71%

R = 60.59%
G = 14.71%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE3254 (or 0xCE3254) is known color: Old Rose. HEX triplet: CE, 32 and 54. RGB value is (206,50,84). Sum of RGB (Red+Green+Blue) = 206+50+84=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3254 is #31CDAB. Grayscale: #646464. Windows color (decimal): -3263916 or 5518030. OLE color: 5518030.

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

Color convert

RGB 206 50 84 -
CMYK 0 0.76 0.59 0.19
HSL 346.92º 0.61% 0.5% -
HSV(B) 346.92º 0.76% 0.81% -
XYZ 28.19 16.04 10 -
YUV 100.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 206 50 84 0 0.76 0.59 0.19 346.92 0.61 0.5
Hex CE 32 54 0 4C 3B 13 15B 3D 32
Octal 316 62 124 0 114 73 23 533 75 62
Binary 11001110 110010 1010100 0 1001100 111011 10011 101011011 111101 110010

Color Harmonies of #CE3254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3254

Black with #CE3254

Text Example


Text Example

White with #CE3254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3254; }

 p { color: rgb(206,50,84); }

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

background-color css

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

 a { background-color: rgb(206,50,84); }

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

border-color css

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

 span { border-color: rgb(206,50,84); }

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