Html Css Color HEX #C7315A Old Rose

📋 copy color: '#C7315A'

red 199 ◦ green 49 ◦ blue 90

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

Shades of Old Rose #C7315A

Tints of Old Rose #C7315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 58.88%
G = 14.5%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7315A (or 0xC7315A) is known color: Old Rose. HEX triplet: C7, 31 and 5A. RGB value is (199,49,90). Sum of RGB (Red+Green+Blue) = 199+49+90=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C7315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7315A is #38CEA5. Grayscale: #626262. Windows color (decimal): -3722918 or 5910983. OLE color: 5910983.

HSL color Cylindrical-coordinate representation of color #C7315A: hue angle of 343.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 #C7315A is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 90 -
CMYK 0 0.75 0.55 0.22
HSL 343.6º 0.6% 0.49% -
HSV(B) 343.6º 0.75% 0.78% -
XYZ 26.5 15.08 11.19 -
YUV 98.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 199 49 90 0 0.75 0.55 0.22 343.6 0.6 0.49
Hex C7 31 5A 0 4B 37 16 158 3C 31
Octal 307 61 132 0 113 67 26 530 74 61
Binary 11000111 110001 1011010 0 1001011 110111 10110 101011000 111100 110001

Color Harmonies of #C7315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7315A

Black with #C7315A

Text Example


Text Example

White with #C7315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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