Html Css Color HEX #CE2D55 Old Rose

📋 copy color: '#CE2D55'

red 206 ◦ green 45 ◦ blue 85

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

Shades of Old Rose #CE2D55

Tints of Old Rose #CE2D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

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

R = 61.31%
G = 13.39%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE2D55 (or 0xCE2D55) is known color: Old Rose. HEX triplet: CE, 2D and 55. RGB value is (206,45,85). Sum of RGB (Red+Green+Blue) = 206+45+85=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D55 is #31D2AA. Grayscale: #616161. Windows color (decimal): -3265195 or 5582286. OLE color: 5582286.

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

Color convert

RGB 206 45 85 -
CMYK 0 0.78 0.59 0.19
HSL 345.09º 0.64% 0.49% -
HSV(B) 345.09º 0.78% 0.81% -
XYZ 28.03 15.65 10.14 -
YUV 97.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 206 45 85 0 0.78 0.59 0.19 345.09 0.64 0.49
Hex CE 2D 55 0 4E 3B 13 159 40 31
Octal 316 55 125 0 116 73 23 531 100 61
Binary 11001110 101101 1010101 0 1001110 111011 10011 101011001 1000000 110001

Color Harmonies of #CE2D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D55

Black with #CE2D55

Text Example


Text Example

White with #CE2D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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