Html Css Color HEX #C0314E Old Rose

📋 copy color: '#C0314E'

red 192 ◦ green 49 ◦ blue 78

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

Shades of Old Rose #C0314E

Tints of Old Rose #C0314E

RGB

 RED value IS 192 (75.39% from 255) = 60.19%

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 78 (30.86% from 255) = 24.45%

R = 60.19%
G = 15.36%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0314E (or 0xC0314E) is known color: Old Rose. HEX triplet: C0, 31 and 4E. RGB value is (192,49,78). Sum of RGB (Red+Green+Blue) = 192+49+78=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0314E is #3FCEB1. Grayscale: #5F5F5F. Windows color (decimal): -4181682 or 5124544. OLE color: 5124544.

HSL color Cylindrical-coordinate representation of color #C0314E: hue angle of 347.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0314E is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 78 -
CMYK 0 0.74 0.59 0.25
HSL 347.83º 0.59% 0.47% -
HSV(B) 347.83º 0.74% 0.75% -
XYZ 24.21 13.95 8.62 -
YUV 95.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 192 49 78 0 0.74 0.59 0.25 347.83 0.59 0.47
Hex C0 31 4E 0 4A 3B 19 15C 3B 2F
Octal 300 61 116 0 112 73 31 534 73 57
Binary 11000000 110001 1001110 0 1001010 111011 11001 101011100 111011 101111

Color Harmonies of #C0314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0314E

Black with #C0314E

Text Example


Text Example

White with #C0314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0314E; }

 p { color: rgb(192,49,78); }

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

background-color css

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

 a { background-color: rgb(192,49,78); }

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

border-color css

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

 span { border-color: rgb(192,49,78); }

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