Html Css Color HEX #CE2F50 Old Rose

📋 copy color: '#CE2F50'

red 206 ◦ green 47 ◦ blue 80

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

Shades of Old Rose #CE2F50

Tints of Old Rose #CE2F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 61.86%
G = 14.11%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE2F50 (or 0xCE2F50) is known color: Old Rose. HEX triplet: CE, 2F and 50. RGB value is (206,47,80). Sum of RGB (Red+Green+Blue) = 206+47+80=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F50 is #31D0AF. Grayscale: #626262. Windows color (decimal): -3264688 or 5255118. OLE color: 5255118.

HSL color Cylindrical-coordinate representation of color #CE2F50: hue angle of 347.55º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F50 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 47 80 -
CMYK 0 0.77 0.61 0.19
HSL 347.55º 0.63% 0.5% -
HSV(B) 347.55º 0.77% 0.81% -
XYZ 27.92 15.73 9.15 -
YUV 98.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 206 47 80 0 0.77 0.61 0.19 347.55 0.63 0.5
Hex CE 2F 50 0 4D 3D 13 15C 3F 32
Octal 316 57 120 0 115 75 23 534 77 62
Binary 11001110 101111 1010000 0 1001101 111101 10011 101011100 111111 110010

Color Harmonies of #CE2F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F50

Black with #CE2F50

Text Example


Text Example

White with #CE2F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F50; }

 p { color: rgb(206,47,80); }

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

background-color css

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

 a { background-color: rgb(206,47,80); }

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

border-color css

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

 span { border-color: rgb(206,47,80); }

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