Html Css Color HEX #CE284F Old Rose

📋 copy color: '#CE284F'

red 206 ◦ green 40 ◦ blue 79

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

Shades of Old Rose #CE284F

Tints of Old Rose #CE284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

 BLUE value IS 79 (31.25% from 255) = 24.31%

R = 63.38%
G = 12.31%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE284F (or 0xCE284F) is known color: Old Rose. HEX triplet: CE, 28 and 4F. RGB value is (206,40,79). Sum of RGB (Red+Green+Blue) = 206+40+79=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE284F is #31D7B0. Grayscale: #5E5E5E. Windows color (decimal): -3266481 or 5187790. OLE color: 5187790.

HSL color Cylindrical-coordinate representation of color #CE284F: hue angle of 345.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE284F is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 40 79 -
CMYK 0 0.81 0.62 0.19
HSL 345.9º 0.67% 0.48% -
HSV(B) 345.9º 0.81% 0.81% -
XYZ 27.62 15.2 8.88 -
YUV 94.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 206 40 79 0 0.81 0.62 0.19 345.9 0.67 0.48
Hex CE 28 4F 0 51 3E 13 15A 43 30
Octal 316 50 117 0 121 76 23 532 103 60
Binary 11001110 101000 1001111 0 1010001 111110 10011 101011010 1000011 110000

Color Harmonies of #CE284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE284F

Black with #CE284F

Text Example


Text Example

White with #CE284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE284F; }

 p { color: rgb(206,40,79); }

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

background-color css

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

 a { background-color: rgb(206,40,79); }

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

border-color css

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

 span { border-color: rgb(206,40,79); }

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