Html Css Color HEX #C0314D Old Rose

📋 copy color: '#C0314D'

red 192 ◦ green 49 ◦ blue 77

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

Shades of Old Rose #C0314D

Tints of Old Rose #C0314D

RGB

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

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

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

R = 60.38%
G = 15.41%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0314D (or 0xC0314D) is known color: Old Rose. HEX triplet: C0, 31 and 4D. RGB value is (192,49,77). Sum of RGB (Red+Green+Blue) = 192+49+77=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0314D is #3FCEB2. Grayscale: #5E5E5E. Windows color (decimal): -4181683 or 5059008. OLE color: 5059008.

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

Color convert

RGB 192 49 77 -
CMYK 0 0.74 0.60 0.25
HSL 348.25º 0.59% 0.47% -
HSV(B) 348.25º 0.74% 0.75% -
XYZ 24.18 13.94 8.44 -
YUV 94.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 192 49 77 0 0.74 0.60 0.25 348.25 0.59 0.47
Hex C0 31 4D 0 4A 3C 19 15C 3B 2F
Octal 300 61 115 0 112 74 31 534 73 57
Binary 11000000 110001 1001101 0 1001010 111100 11001 101011100 111011 101111

Color Harmonies of #C0314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0314D

Black with #C0314D

Text Example


Text Example

White with #C0314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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