Html Css Color HEX #C75D5C Indian Red

📋 copy color: '#C75D5C'

red 199 ◦ green 93 ◦ blue 92

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

Shades of Indian Red #C75D5C

Tints of Indian Red #C75D5C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

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

R = 51.82%
G = 24.22%
B = 23.96%

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

#C75D5C (or 0xC75D5C) is known color: Indian Red. HEX triplet: C7, 5D and 5C. RGB value is (199,93,92). Sum of RGB (Red+Green+Blue) = 199+93+92=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D5C is #38A2A3. Grayscale: #7C7C7C. Windows color (decimal): -3711652 or 6053319. OLE color: 6053319.

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

Color convert

RGB 199 93 92 -
CMYK 0 0.53 0.54 0.22
HSL 0.56º 0.49% 0.57% -
HSV(B) 0.56º 0.54% 0.78% -
XYZ 29.4 20.74 12.58 -
YUV 124.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 199 93 92 0 0.53 0.54 0.22 0.56 0.49 0.57
Hex C7 5D 5C 0 35 36 16 1 31 39
Octal 307 135 134 0 65 66 26 1 61 71
Binary 11000111 1011101 1011100 0 110101 110110 10110 1 110001 111001

Color Harmonies of #C75D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D5C

Black with #C75D5C

Text Example


Text Example

White with #C75D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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