Html Css Color HEX #C55E5C Indian Red

📋 copy color: '#C55E5C'

red 197 ◦ green 94 ◦ blue 92

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

Shades of Indian Red #C55E5C

Tints of Indian Red #C55E5C

RGB

 RED value IS 197 (77.34% from 255) = 51.44%

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

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

R = 51.44%
G = 24.54%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C55E5C (or 0xC55E5C) is known color: Indian Red. HEX triplet: C5, 5E and 5C. RGB value is (197,94,92). Sum of RGB (Red+Green+Blue) = 197+94+92=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E5C is #3AA1A3. Grayscale: #7C7C7C. Windows color (decimal): -3842468 or 6053573. OLE color: 6053573.

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

Color convert

RGB 197 94 92 -
CMYK 0 0.52 0.53 0.23
HSL 1.14º 0.48% 0.57% -
HSV(B) 1.14º 0.53% 0.77% -
XYZ 28.96 20.65 12.58 -
YUV 124.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 197 94 92 0 0.52 0.53 0.23 1.14 0.48 0.57
Hex C5 5E 5C 0 34 35 17 1 30 39
Octal 305 136 134 0 64 65 27 1 60 71
Binary 11000101 1011110 1011100 0 110100 110101 10111 1 110000 111001

Color Harmonies of #C55E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E5C

Black with #C55E5C

Text Example


Text Example

White with #C55E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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