Html Css Color HEX #C7374C Old Rose

📋 copy color: '#C7374C'

red 199 ◦ green 55 ◦ blue 76

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

Shades of Old Rose #C7374C

Tints of Old Rose #C7374C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 60.3%
G = 16.67%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7374C (or 0xC7374C) is known color: Old Rose. HEX triplet: C7, 37 and 4C. RGB value is (199,55,76). Sum of RGB (Red+Green+Blue) = 199+55+76=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7374C is #38C8B3. Grayscale: #646464. Windows color (decimal): -3721396 or 4995015. OLE color: 4995015.

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

Color convert

RGB 199 55 76 -
CMYK 0 0.72 0.62 0.22
HSL 351.25º 0.57% 0.5% -
HSV(B) 351.25º 0.72% 0.78% -
XYZ 26.22 15.4 8.43 -
YUV 100.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 199 55 76 0 0.72 0.62 0.22 351.25 0.57 0.5
Hex C7 37 4C 0 48 3E 16 15F 39 32
Octal 307 67 114 0 110 76 26 537 71 62
Binary 11000111 110111 1001100 0 1001000 111110 10110 101011111 111001 110010

Color Harmonies of #C7374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7374C

Black with #C7374C

Text Example


Text Example

White with #C7374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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