Html Css Color HEX #CE2B57 Old Rose

📋 copy color: '#CE2B57'

red 206 ◦ green 43 ◦ blue 87

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

Shades of Old Rose #CE2B57

Tints of Old Rose #CE2B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.8%

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 61.31%
G = 12.8%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE2B57 (or 0xCE2B57) is known color: Old Rose. HEX triplet: CE, 2B and 57. RGB value is (206,43,87). Sum of RGB (Red+Green+Blue) = 206+43+87=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2B57 is #31D4A8. Grayscale: #606060. Windows color (decimal): -3265705 or 5712846. OLE color: 5712846.

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

Color convert

RGB 206 43 87 -
CMYK 0 0.79 0.58 0.19
HSL 343.8º 0.65% 0.49% -
HSV(B) 343.8º 0.79% 0.81% -
XYZ 28.04 15.54 10.54 -
YUV 96.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 206 43 87 0 0.79 0.58 0.19 343.8 0.65 0.49
Hex CE 2B 57 0 4F 3A 13 158 41 31
Octal 316 53 127 0 117 72 23 530 101 61
Binary 11001110 101011 1010111 0 1001111 111010 10011 101011000 1000001 110001

Color Harmonies of #CE2B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B57

Black with #CE2B57

Text Example


Text Example

White with #CE2B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B57; }

 p { color: rgb(206,43,87); }

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

background-color css

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

 a { background-color: rgb(206,43,87); }

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

border-color css

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

 span { border-color: rgb(206,43,87); }

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