Html Css Color HEX #C7625E Indian Red

📋 copy color: '#C7625E'

red 199 ◦ green 98 ◦ blue 94

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

Shades of Indian Red #C7625E

Tints of Indian Red #C7625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.06%

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

R = 50.9%
G = 25.06%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7625E (or 0xC7625E) is known color: Indian Red. HEX triplet: C7, 62 and 5E. RGB value is (199,98,94). Sum of RGB (Red+Green+Blue) = 199+98+94=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7625E is #389DA1. Grayscale: #7F7F7F. Windows color (decimal): -3710370 or 6185671. OLE color: 6185671.

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

Color convert

RGB 199 98 94 -
CMYK 0 0.51 0.53 0.22
HSL 2.29º 0.48% 0.57% -
HSV(B) 2.29º 0.53% 0.78% -
XYZ 29.94 21.69 13.2 -
YUV 127.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 199 98 94 0 0.51 0.53 0.22 2.29 0.48 0.57
Hex C7 62 5E 0 33 35 16 2 30 39
Octal 307 142 136 0 63 65 26 2 60 71
Binary 11000111 1100010 1011110 0 110011 110101 10110 10 110000 111001

Color Harmonies of #C7625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7625E

Black with #C7625E

Text Example


Text Example

White with #C7625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7625E; }

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

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

background-color css

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

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

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

border-color css

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

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

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