Html Css Color HEX #CE3857 Old Rose

📋 copy color: '#CE3857'

red 206 ◦ green 56 ◦ blue 87

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

Shades of Old Rose #CE3857

Tints of Old Rose #CE3857

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

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

R = 59.03%
G = 16.05%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE3857 (or 0xCE3857) is known color: Old Rose. HEX triplet: CE, 38 and 57. RGB value is (206,56,87). Sum of RGB (Red+Green+Blue) = 206+56+87=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3857 is #31C7A8. Grayscale: #686868. Windows color (decimal): -3262377 or 5716174. OLE color: 5716174.

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

Color convert

RGB 206 56 87 -
CMYK 0 0.73 0.58 0.19
HSL 347.6º 0.6% 0.51% -
HSV(B) 347.6º 0.73% 0.81% -
XYZ 28.59 16.64 10.72 -
YUV 104.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 206 56 87 0 0.73 0.58 0.19 347.6 0.6 0.51
Hex CE 38 57 0 49 3A 13 15C 3C 33
Octal 316 70 127 0 111 72 23 534 74 63
Binary 11001110 111000 1010111 0 1001001 111010 10011 101011100 111100 110011

Color Harmonies of #CE3857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3857

Black with #CE3857

Text Example


Text Example

White with #CE3857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3857; }

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

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

background-color css

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

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

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

border-color css

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

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

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