Html Css Color HEX #C7315C Old Rose

📋 copy color: '#C7315C'

red 199 ◦ green 49 ◦ blue 92

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

Shades of Old Rose #C7315C

Tints of Old Rose #C7315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 58.53%
G = 14.41%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7315C (or 0xC7315C) is known color: Old Rose. HEX triplet: C7, 31 and 5C. RGB value is (199,49,92). Sum of RGB (Red+Green+Blue) = 199+49+92=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7315C is #38CEA3. Grayscale: #626262. Windows color (decimal): -3722916 or 6042055. OLE color: 6042055.

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

Color convert

RGB 199 49 92 -
CMYK 0 0.75 0.54 0.22
HSL 342.8º 0.6% 0.49% -
HSV(B) 342.8º 0.75% 0.78% -
XYZ 26.58 15.11 11.64 -
YUV 98.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 199 49 92 0 0.75 0.54 0.22 342.8 0.6 0.49
Hex C7 31 5C 0 4B 36 16 157 3C 31
Octal 307 61 134 0 113 66 26 527 74 61
Binary 11000111 110001 1011100 0 1001011 110110 10110 101010111 111100 110001

Color Harmonies of #C7315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7315C

Black with #C7315C

Text Example


Text Example

White with #C7315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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