Html Css Color HEX #CE3454 Old Rose

📋 copy color: '#CE3454'

red 206 ◦ green 52 ◦ blue 84

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

Shades of Old Rose #CE3454

Tints of Old Rose #CE3454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

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

R = 60.23%
G = 15.2%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE3454 (or 0xCE3454) is known color: Old Rose. HEX triplet: CE, 34 and 54. RGB value is (206,52,84). Sum of RGB (Red+Green+Blue) = 206+52+84=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3454 is #31CBAB. Grayscale: #656565. Windows color (decimal): -3263404 or 5518542. OLE color: 5518542.

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

Color convert

RGB 206 52 84 -
CMYK 0 0.75 0.59 0.19
HSL 347.53º 0.61% 0.51% -
HSV(B) 347.53º 0.75% 0.81% -
XYZ 28.28 16.22 10.03 -
YUV 101.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 206 52 84 0 0.75 0.59 0.19 347.53 0.61 0.51
Hex CE 34 54 0 4B 3B 13 15C 3D 33
Octal 316 64 124 0 113 73 23 534 75 63
Binary 11001110 110100 1010100 0 1001011 111011 10011 101011100 111101 110011

Color Harmonies of #CE3454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3454

Black with #CE3454

Text Example


Text Example

White with #CE3454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3454; }

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

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

background-color css

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

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

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

border-color css

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

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

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