Html Css Color HEX #CE304D Old Rose

📋 copy color: '#CE304D'

red 206 ◦ green 48 ◦ blue 77

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

Shades of Old Rose #CE304D

Tints of Old Rose #CE304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 62.24%
G = 14.5%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE304D (or 0xCE304D) is known color: Old Rose. HEX triplet: CE, 30 and 4D. RGB value is (206,48,77). Sum of RGB (Red+Green+Blue) = 206+48+77=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE304D is #31CFB2. Grayscale: #626262. Windows color (decimal): -3264435 or 5058766. OLE color: 5058766.

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

Color convert

RGB 206 48 77 -
CMYK 0 0.77 0.63 0.19
HSL 348.99º 0.62% 0.5% -
HSV(B) 348.99º 0.77% 0.81% -
XYZ 27.85 15.77 8.6 -
YUV 98.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 206 48 77 0 0.77 0.63 0.19 348.99 0.62 0.5
Hex CE 30 4D 0 4D 3F 13 15D 3E 32
Octal 316 60 115 0 115 77 23 535 76 62
Binary 11001110 110000 1001101 0 1001101 111111 10011 101011101 111110 110010

Color Harmonies of #CE304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE304D

Black with #CE304D

Text Example


Text Example

White with #CE304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE304D; }

 p { color: rgb(206,48,77); }

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

background-color css

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

 a { background-color: rgb(206,48,77); }

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

border-color css

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

 span { border-color: rgb(206,48,77); }

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