Html Css Color HEX #CE3354 Old Rose

📋 copy color: '#CE3354'

red 206 ◦ green 51 ◦ blue 84

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

Shades of Old Rose #CE3354

Tints of Old Rose #CE3354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.96%

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

R = 60.41%
G = 14.96%
B = 24.63%

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

#CE3354 (or 0xCE3354) is known color: Old Rose. HEX triplet: CE, 33 and 54. RGB value is (206,51,84). Sum of RGB (Red+Green+Blue) = 206+51+84=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3354 is #31CCAB. Grayscale: #656565. Windows color (decimal): -3263660 or 5518286. OLE color: 5518286.

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

Color convert

RGB 206 51 84 -
CMYK 0 0.75 0.59 0.19
HSL 347.23º 0.61% 0.5% -
HSV(B) 347.23º 0.75% 0.81% -
XYZ 28.24 16.13 10.01 -
YUV 101.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 206 51 84 0 0.75 0.59 0.19 347.23 0.61 0.5
Hex CE 33 54 0 4B 3B 13 15B 3D 32
Octal 316 63 124 0 113 73 23 533 75 62
Binary 11001110 110011 1010100 0 1001011 111011 10011 101011011 111101 110010

Color Harmonies of #CE3354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3354

Black with #CE3354

Text Example


Text Example

White with #CE3354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3354; }

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

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

background-color css

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

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

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

border-color css

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

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

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