Html Css Color HEX #C7375C Old Rose

📋 copy color: '#C7375C'

red 199 ◦ green 55 ◦ blue 92

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

Shades of Old Rose #C7375C

Tints of Old Rose #C7375C

RGB

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

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

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

R = 57.51%
G = 15.9%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7375C (or 0xC7375C) is known color: Old Rose. HEX triplet: C7, 37 and 5C. RGB value is (199,55,92). Sum of RGB (Red+Green+Blue) = 199+55+92=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7375C is #38C8A3. Grayscale: #666666. Windows color (decimal): -3721380 or 6043591. OLE color: 6043591.

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

Color convert

RGB 199 55 92 -
CMYK 0 0.72 0.54 0.22
HSL 344.58º 0.57% 0.5% -
HSV(B) 344.58º 0.72% 0.78% -
XYZ 26.85 15.65 11.73 -
YUV 102.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 199 55 92 0 0.72 0.54 0.22 344.58 0.57 0.5
Hex C7 37 5C 0 48 36 16 159 39 32
Octal 307 67 134 0 110 66 26 531 71 62
Binary 11000111 110111 1011100 0 1001000 110110 10110 101011001 111001 110010

Color Harmonies of #C7375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7375C

Black with #C7375C

Text Example


Text Example

White with #C7375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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