Html Css Color HEX #CE2F54 Old Rose

📋 copy color: '#CE2F54'

red 206 ◦ green 47 ◦ blue 84

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

Shades of Old Rose #CE2F54

Tints of Old Rose #CE2F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 61.13%
G = 13.95%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE2F54 (or 0xCE2F54) is known color: Old Rose. HEX triplet: CE, 2F and 54. RGB value is (206,47,84). Sum of RGB (Red+Green+Blue) = 206+47+84=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F54 is #31D0AB. Grayscale: #626262. Windows color (decimal): -3264684 or 5517262. OLE color: 5517262.

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

Color convert

RGB 206 47 84 -
CMYK 0 0.77 0.59 0.19
HSL 346.04º 0.63% 0.5% -
HSV(B) 346.04º 0.77% 0.81% -
XYZ 28.07 15.79 9.96 -
YUV 98.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 206 47 84 0 0.77 0.59 0.19 346.04 0.63 0.5
Hex CE 2F 54 0 4D 3B 13 15A 3F 32
Octal 316 57 124 0 115 73 23 532 77 62
Binary 11001110 101111 1010100 0 1001101 111011 10011 101011010 111111 110010

Color Harmonies of #CE2F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F54

Black with #CE2F54

Text Example


Text Example

White with #CE2F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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