Html Css Color HEX #C75C5B Indian Red

📋 copy color: '#C75C5B'

red 199 ◦ green 92 ◦ blue 91

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

Shades of Indian Red #C75C5B

Tints of Indian Red #C75C5B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 52.09%
G = 24.08%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C75C5B (or 0xC75C5B) is known color: Indian Red. HEX triplet: C7, 5C and 5B. RGB value is (199,92,91). Sum of RGB (Red+Green+Blue) = 199+92+91=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C5B is #38A3A4. Grayscale: #7B7B7B. Windows color (decimal): -3711909 or 5987527. OLE color: 5987527.

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

Color convert

RGB 199 92 91 -
CMYK 0 0.54 0.54 0.22
HSL 0.56º 0.49% 0.57% -
HSV(B) 0.56º 0.54% 0.78% -
XYZ 29.27 20.55 12.32 -
YUV 123.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 199 92 91 0 0.54 0.54 0.22 0.56 0.49 0.57
Hex C7 5C 5B 0 36 36 16 1 31 39
Octal 307 134 133 0 66 66 26 1 61 71
Binary 11000111 1011100 1011011 0 110110 110110 10110 1 110001 111001

Color Harmonies of #C75C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C5B

Black with #C75C5B

Text Example


Text Example

White with #C75C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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