Html Css Color HEX #C8314F Old Rose

📋 copy color: '#C8314F'

red 200 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #C8314F

Tints of Old Rose #C8314F

RGB

 RED value IS 200 (78.52% from 255) = 60.98%

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

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

R = 60.98%
G = 14.94%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8314F (or 0xC8314F) is known color: Old Rose. HEX triplet: C8, 31 and 4F. RGB value is (200,49,79). Sum of RGB (Red+Green+Blue) = 200+49+79=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8314F is #37CEB0. Grayscale: #616161. Windows color (decimal): -3657393 or 5190088. OLE color: 5190088.

HSL color Cylindrical-coordinate representation of color #C8314F: hue angle of 348.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8314F is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 79 -
CMYK 0 0.76 0.60 0.22
HSL 348.08º 0.61% 0.49% -
HSV(B) 348.08º 0.76% 0.78% -
XYZ 26.33 15.04 8.91 -
YUV 97.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 200 49 79 0 0.76 0.60 0.22 348.08 0.61 0.49
Hex C8 31 4F 0 4C 3C 16 15C 3D 31
Octal 310 61 117 0 114 74 26 534 75 61
Binary 11001000 110001 1001111 0 1001100 111100 10110 101011100 111101 110001

Color Harmonies of #C8314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8314F

Black with #C8314F

Text Example


Text Example

White with #C8314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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