Html Css Color HEX #C36260 Indian Red

📋 copy color: '#C36260'

red 195 ◦ green 98 ◦ blue 96

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

Shades of Indian Red #C36260

Tints of Indian Red #C36260

RGB

 RED value IS 195 (76.56% from 255) = 50.13%

 GREEN value IS 98 (38.67% from 255) = 25.19%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 50.13%
G = 25.19%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C36260 (or 0xC36260) is known color: Indian Red. HEX triplet: C3, 62 and 60. RGB value is (195,98,96). Sum of RGB (Red+Green+Blue) = 195+98+96=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C36260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36260 is #3C9D9F. Grayscale: #7E7E7E. Windows color (decimal): -3972512 or 6316739. OLE color: 6316739.

HSL color Cylindrical-coordinate representation of color #C36260: hue angle of 1.21º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36260 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 96 -
CMYK 0 0.50 0.51 0.24
HSL 1.21º 0.45% 0.57% -
HSV(B) 1.21º 0.51% 0.76% -
XYZ 28.98 21.18 13.63 -
YUV 126.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 195 98 96 0 0.50 0.51 0.24 1.21 0.45 0.57
Hex C3 62 60 0 32 33 18 1 2D 39
Octal 303 142 140 0 62 63 30 1 55 71
Binary 11000011 1100010 1100000 0 110010 110011 11000 1 101101 111001

Color Harmonies of #C36260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36260

Black with #C36260

Text Example


Text Example

White with #C36260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36260; }

 p { color: rgb(195,98,96); }

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

background-color css

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

 a { background-color: rgb(195,98,96); }

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

border-color css

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

 span { border-color: rgb(195,98,96); }

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