Html Css Color HEX #CE3356 Old Rose

📋 copy color: '#CE3356'

red 206 ◦ green 51 ◦ blue 86

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

Shades of Old Rose #CE3356

Tints of Old Rose #CE3356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.07%

R = 60.06%
G = 14.87%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE3356 (or 0xCE3356) is known color: Old Rose. HEX triplet: CE, 33 and 56. RGB value is (206,51,86). Sum of RGB (Red+Green+Blue) = 206+51+86=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3356 is #31CCA9. Grayscale: #656565. Windows color (decimal): -3263658 or 5649358. OLE color: 5649358.

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

Color convert

RGB 206 51 86 -
CMYK 0 0.75 0.58 0.19
HSL 346.45º 0.61% 0.5% -
HSV(B) 346.45º 0.75% 0.81% -
XYZ 28.32 16.16 10.43 -
YUV 101.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 206 51 86 0 0.75 0.58 0.19 346.45 0.61 0.5
Hex CE 33 56 0 4B 3A 13 15A 3D 32
Octal 316 63 126 0 113 72 23 532 75 62
Binary 11001110 110011 1010110 0 1001011 111010 10011 101011010 111101 110010

Color Harmonies of #CE3356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3356

Black with #CE3356

Text Example


Text Example

White with #CE3356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3356; }

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

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

background-color css

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

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

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

border-color css

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

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

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