Html Css Color HEX #C95D5C Indian Red

📋 copy color: '#C95D5C'

red 201 ◦ green 93 ◦ blue 92

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

Shades of Indian Red #C95D5C

Tints of Indian Red #C95D5C

RGB

 RED value IS 201 (78.91% from 255) = 52.07%

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

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

R = 52.07%
G = 24.09%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C95D5C (or 0xC95D5C) is known color: Indian Red. HEX triplet: C9, 5D and 5C. RGB value is (201,93,92). Sum of RGB (Red+Green+Blue) = 201+93+92=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D5C is #36A2A3. Grayscale: #7D7D7D. Windows color (decimal): -3580580 or 6053321. OLE color: 6053321.

HSL color Cylindrical-coordinate representation of color #C95D5C: hue angle of 0.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95D5C is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 93 92 -
CMYK 0 0.54 0.54 0.21
HSL 0.55º 0.5% 0.57% -
HSV(B) 0.55º 0.54% 0.79% -
XYZ 29.93 21.02 12.6 -
YUV 125.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 201 93 92 0 0.54 0.54 0.21 0.55 0.5 0.57
Hex C9 5D 5C 0 36 36 15 1 32 39
Octal 311 135 134 0 66 66 25 1 62 71
Binary 11001001 1011101 1011100 0 110110 110110 10101 1 110010 111001

Color Harmonies of #C95D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D5C

Black with #C95D5C

Text Example


Text Example

White with #C95D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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