Html Css Color HEX #CE2D56 Old Rose

📋 copy color: '#CE2D56'

red 206 ◦ green 45 ◦ blue 86

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

Shades of Old Rose #CE2D56

Tints of Old Rose #CE2D56

RGB

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

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

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

R = 61.13%
G = 13.35%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE2D56 (or 0xCE2D56) is known color: Old Rose. HEX triplet: CE, 2D and 56. RGB value is (206,45,86). Sum of RGB (Red+Green+Blue) = 206+45+86=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D56 is #31D2A9. Grayscale: #616161. Windows color (decimal): -3265194 or 5647822. OLE color: 5647822.

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

Color convert

RGB 206 45 86 -
CMYK 0 0.78 0.58 0.19
HSL 344.72º 0.64% 0.49% -
HSV(B) 344.72º 0.78% 0.81% -
XYZ 28.07 15.67 10.35 -
YUV 97.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 206 45 86 0 0.78 0.58 0.19 344.72 0.64 0.49
Hex CE 2D 56 0 4E 3A 13 159 40 31
Octal 316 55 126 0 116 72 23 531 100 61
Binary 11001110 101101 1010110 0 1001110 111010 10011 101011001 1000000 110001

Color Harmonies of #CE2D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D56

Black with #CE2D56

Text Example


Text Example

White with #CE2D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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