Html Css Color HEX #CE3455 Old Rose

📋 copy color: '#CE3455'

red 206 ◦ green 52 ◦ blue 85

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

Shades of Old Rose #CE3455

Tints of Old Rose #CE3455

RGB

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

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

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

R = 60.06%
G = 15.16%
B = 24.78%

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

#CE3455 (or 0xCE3455) is known color: Old Rose. HEX triplet: CE, 34 and 55. RGB value is (206,52,85). Sum of RGB (Red+Green+Blue) = 206+52+85=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3455 is #31CBAA. Grayscale: #656565. Windows color (decimal): -3263403 or 5584078. OLE color: 5584078.

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

Color convert

RGB 206 52 85 -
CMYK 0 0.75 0.59 0.19
HSL 347.14º 0.61% 0.51% -
HSV(B) 347.14º 0.75% 0.81% -
XYZ 28.32 16.23 10.24 -
YUV 101.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 206 52 85 0 0.75 0.59 0.19 347.14 0.61 0.51
Hex CE 34 55 0 4B 3B 13 15B 3D 33
Octal 316 64 125 0 113 73 23 533 75 63
Binary 11001110 110100 1010101 0 1001011 111011 10011 101011011 111101 110011

Color Harmonies of #CE3455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3455

Black with #CE3455

Text Example


Text Example

White with #CE3455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3455; }

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

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

background-color css

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

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

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

border-color css

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

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

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