Html Css Color HEX #C0314F Old Rose

📋 copy color: '#C0314F'

red 192 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #C0314F

Tints of Old Rose #C0314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 60%
G = 15.31%
B = 24.69%

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

#C0314F (or 0xC0314F) is known color: Old Rose. HEX triplet: C0, 31 and 4F. RGB value is (192,49,79). Sum of RGB (Red+Green+Blue) = 192+49+79=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0314F is #3FCEB0. Grayscale: #5F5F5F. Windows color (decimal): -4181681 or 5190080. OLE color: 5190080.

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

Color convert

RGB 192 49 79 -
CMYK 0 0.74 0.59 0.25
HSL 347.41º 0.59% 0.47% -
HSV(B) 347.41º 0.74% 0.75% -
XYZ 24.25 13.97 8.82 -
YUV 95.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 192 49 79 0 0.74 0.59 0.25 347.41 0.59 0.47
Hex C0 31 4F 0 4A 3B 19 15B 3B 2F
Octal 300 61 117 0 112 73 31 533 73 57
Binary 11000000 110001 1001111 0 1001010 111011 11001 101011011 111011 101111

Color Harmonies of #C0314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0314F

Black with #C0314F

Text Example


Text Example

White with #C0314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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