Html Css Color HEX #C7315F Old Rose

📋 copy color: '#C7315F'

red 199 ◦ green 49 ◦ blue 95

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

Shades of Old Rose #C7315F

Tints of Old Rose #C7315F

RGB

 RED value IS 199 (78.13% from 255) = 58.02%

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

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 58.02%
G = 14.29%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7315F (or 0xC7315F) is known color: Old Rose. HEX triplet: C7, 31 and 5F. RGB value is (199,49,95). Sum of RGB (Red+Green+Blue) = 199+49+95=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7315F is #38CEA0. Grayscale: #636363. Windows color (decimal): -3722913 or 6238663. OLE color: 6238663.

HSL color Cylindrical-coordinate representation of color #C7315F: hue angle of 341.6º degrees, saturation: 0.6, 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 #C7315F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 95 -
CMYK 0 0.75 0.52 0.22
HSL 341.6º 0.6% 0.49% -
HSV(B) 341.6º 0.75% 0.78% -
XYZ 26.72 15.16 12.35 -
YUV 99.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 199 49 95 0 0.75 0.52 0.22 341.6 0.6 0.49
Hex C7 31 5F 0 4B 34 16 156 3C 31
Octal 307 61 137 0 113 64 26 526 74 61
Binary 11000111 110001 1011111 0 1001011 110100 10110 101010110 111100 110001

Color Harmonies of #C7315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7315F

Black with #C7315F

Text Example


Text Example

White with #C7315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7315F; }

 p { color: rgb(199,49,95); }

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

background-color css

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

 a { background-color: rgb(199,49,95); }

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

border-color css

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

 span { border-color: rgb(199,49,95); }

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