Html Css Color HEX #C75E5C Indian Red

📋 copy color: '#C75E5C'

red 199 ◦ green 94 ◦ blue 92

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

Shades of Indian Red #C75E5C

Tints of Indian Red #C75E5C

RGB

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

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

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

R = 51.69%
G = 24.42%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C75E5C (or 0xC75E5C) is known color: Indian Red. HEX triplet: C7, 5E and 5C. RGB value is (199,94,92). Sum of RGB (Red+Green+Blue) = 199+94+92=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75E5C is #38A1A3. Grayscale: #7D7D7D. Windows color (decimal): -3711396 or 6053575. OLE color: 6053575.

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

Color convert

RGB 199 94 92 -
CMYK 0 0.53 0.54 0.22
HSL 1.12º 0.49% 0.57% -
HSV(B) 1.12º 0.54% 0.78% -
XYZ 29.49 20.92 12.61 -
YUV 125.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 199 94 92 0 0.53 0.54 0.22 1.12 0.49 0.57
Hex C7 5E 5C 0 35 36 16 1 31 39
Octal 307 136 134 0 65 66 26 1 61 71
Binary 11000111 1011110 1011100 0 110101 110110 10110 1 110001 111001

Color Harmonies of #C75E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E5C

Black with #C75E5C

Text Example


Text Example

White with #C75E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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