Html Css Color HEX #CE3355 Old Rose

📋 copy color: '#CE3355'

red 206 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #CE3355

Tints of Old Rose #CE3355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.85%

R = 60.23%
G = 14.91%
B = 24.85%

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

#CE3355 (or 0xCE3355) is known color: Old Rose. HEX triplet: CE, 33 and 55. RGB value is (206,51,85). Sum of RGB (Red+Green+Blue) = 206+51+85=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3355 is #31CCAA. Grayscale: #656565. Windows color (decimal): -3263659 or 5583822. OLE color: 5583822.

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

Color convert

RGB 206 51 85 -
CMYK 0 0.75 0.59 0.19
HSL 346.84º 0.61% 0.5% -
HSV(B) 346.84º 0.75% 0.81% -
XYZ 28.28 16.15 10.22 -
YUV 101.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 206 51 85 0 0.75 0.59 0.19 346.84 0.61 0.5
Hex CE 33 55 0 4B 3B 13 15B 3D 32
Octal 316 63 125 0 113 73 23 533 75 62
Binary 11001110 110011 1010101 0 1001011 111011 10011 101011011 111101 110010

Color Harmonies of #CE3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3355

Black with #CE3355

Text Example


Text Example

White with #CE3355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3355; }

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

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

background-color css

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

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

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

border-color css

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

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

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