Html Css Color HEX #C75E5D Indian Red

📋 copy color: '#C75E5D'

red 199 ◦ green 94 ◦ blue 93

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

Shades of Indian Red #C75E5D

Tints of Indian Red #C75E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 51.55%
G = 24.35%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C75E5D (or 0xC75E5D) is known color: Indian Red. HEX triplet: C7, 5E and 5D. RGB value is (199,94,93). Sum of RGB (Red+Green+Blue) = 199+94+93=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75E5D is #38A1A2. Grayscale: #7D7D7D. Windows color (decimal): -3711395 or 6119111. OLE color: 6119111.

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

Color convert

RGB 199 94 93 -
CMYK 0 0.53 0.53 0.22
HSL 0.57º 0.49% 0.57% -
HSV(B) 0.57º 0.53% 0.78% -
XYZ 29.53 20.94 12.84 -
YUV 125.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 199 94 93 0 0.53 0.53 0.22 0.57 0.49 0.57
Hex C7 5E 5D 0 35 35 16 1 31 39
Octal 307 136 135 0 65 65 26 1 61 71
Binary 11000111 1011110 1011101 0 110101 110101 10110 1 110001 111001

Color Harmonies of #C75E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E5D

Black with #C75E5D

Text Example


Text Example

White with #C75E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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