Html Css Color HEX #C7324E Old Rose

📋 copy color: '#C7324E'

red 199 ◦ green 50 ◦ blue 78

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

Shades of Old Rose #C7324E

Tints of Old Rose #C7324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

 BLUE value IS 78 (30.86% from 255) = 23.85%

R = 60.86%
G = 15.29%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7324E (or 0xC7324E) is known color: Old Rose. HEX triplet: C7, 32 and 4E. RGB value is (199,50,78). Sum of RGB (Red+Green+Blue) = 199+50+78=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7324E is #38CDB1. Grayscale: #616161. Windows color (decimal): -3722674 or 5124807. OLE color: 5124807.

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

Color convert

RGB 199 50 78 -
CMYK 0 0.75 0.61 0.22
HSL 348.72º 0.6% 0.49% -
HSV(B) 348.72º 0.75% 0.78% -
XYZ 26.07 14.97 8.72 -
YUV 97.74 116.86 200.22 -
System Red Green Blue C M Y K H S L
Decimal 199 50 78 0 0.75 0.61 0.22 348.72 0.6 0.49
Hex C7 32 4E 0 4B 3D 16 15D 3C 31
Octal 307 62 116 0 113 75 26 535 74 61
Binary 11000111 110010 1001110 0 1001011 111101 10110 101011101 111100 110001

Color Harmonies of #C7324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7324E

Black with #C7324E

Text Example


Text Example

White with #C7324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7324E; }

 p { color: rgb(199,50,78); }

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

background-color css

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

 a { background-color: rgb(199,50,78); }

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

border-color css

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

 span { border-color: rgb(199,50,78); }

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