Html Css Color HEX #C7374F Old Rose

📋 copy color: '#C7374F'

red 199 ◦ green 55 ◦ blue 79

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

Shades of Old Rose #C7374F

Tints of Old Rose #C7374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

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

R = 59.76%
G = 16.52%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7374F (or 0xC7374F) is known color: Old Rose. HEX triplet: C7, 37 and 4F. RGB value is (199,55,79). Sum of RGB (Red+Green+Blue) = 199+55+79=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C7374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7374F is #38C8B0. Grayscale: #646464. Windows color (decimal): -3721393 or 5191623. OLE color: 5191623.

HSL color Cylindrical-coordinate representation of color #C7374F: hue angle of 350º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7374F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 55 79 -
CMYK 0 0.72 0.60 0.22
HSL 350º 0.57% 0.5% -
HSV(B) 350º 0.72% 0.78% -
XYZ 26.33 15.44 8.99 -
YUV 100.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 199 55 79 0 0.72 0.60 0.22 350 0.57 0.5
Hex C7 37 4F 0 48 3C 16 15E 39 32
Octal 307 67 117 0 110 74 26 536 71 62
Binary 11000111 110111 1001111 0 1001000 111100 10110 101011110 111001 110010

Color Harmonies of #C7374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7374F

Black with #C7374F

Text Example


Text Example

White with #C7374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7374F; }

 p { color: rgb(199,55,79); }

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

background-color css

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

 a { background-color: rgb(199,55,79); }

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

border-color css

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

 span { border-color: rgb(199,55,79); }

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