Html Css Color HEX #C7375E Old Rose

📋 copy color: '#C7375E'

red 199 ◦ green 55 ◦ blue 94

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

Shades of Old Rose #C7375E

Tints of Old Rose #C7375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 57.18%
G = 15.8%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7375E (or 0xC7375E) is known color: Old Rose. HEX triplet: C7, 37 and 5E. RGB value is (199,55,94). Sum of RGB (Red+Green+Blue) = 199+55+94=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7375E is #38C8A1. Grayscale: #666666. Windows color (decimal): -3721378 or 6174663. OLE color: 6174663.

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

Color convert

RGB 199 55 94 -
CMYK 0 0.72 0.53 0.22
HSL 343.75º 0.57% 0.5% -
HSV(B) 343.75º 0.72% 0.78% -
XYZ 26.94 15.68 12.2 -
YUV 102.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 199 55 94 0 0.72 0.53 0.22 343.75 0.57 0.5
Hex C7 37 5E 0 48 35 16 158 39 32
Octal 307 67 136 0 110 65 26 530 71 62
Binary 11000111 110111 1011110 0 1001000 110101 10110 101011000 111001 110010

Color Harmonies of #C7375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7375E

Black with #C7375E

Text Example


Text Example

White with #C7375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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