Html Css Color HEX #CE3853 Old Rose

📋 copy color: '#CE3853'

red 206 ◦ green 56 ◦ blue 83

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

Shades of Old Rose #CE3853

Tints of Old Rose #CE3853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 59.71%
G = 16.23%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE3853 (or 0xCE3853) is known color: Old Rose. HEX triplet: CE, 38 and 53. RGB value is (206,56,83). Sum of RGB (Red+Green+Blue) = 206+56+83=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3853 is #31C7AC. Grayscale: #676767. Windows color (decimal): -3262381 or 5454030. OLE color: 5454030.

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

Color convert

RGB 206 56 83 -
CMYK 0 0.73 0.60 0.19
HSL 349.2º 0.6% 0.51% -
HSV(B) 349.2º 0.73% 0.81% -
XYZ 28.43 16.57 9.88 -
YUV 103.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 206 56 83 0 0.73 0.60 0.19 349.2 0.6 0.51
Hex CE 38 53 0 49 3C 13 15D 3C 33
Octal 316 70 123 0 111 74 23 535 74 63
Binary 11001110 111000 1010011 0 1001001 111100 10011 101011101 111100 110011

Color Harmonies of #CE3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3853

Black with #CE3853

Text Example


Text Example

White with #CE3853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3853; }

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

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

background-color css

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

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

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

border-color css

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

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

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