Html Css Color HEX #C36360 Indian Red

📋 copy color: '#C36360'

red 195 ◦ green 99 ◦ blue 96

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

Shades of Indian Red #C36360

Tints of Indian Red #C36360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

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

R = 50%
G = 25.38%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C36360 (or 0xC36360) is known color: Indian Red. HEX triplet: C3, 63 and 60. RGB value is (195,99,96). Sum of RGB (Red+Green+Blue) = 195+99+96=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C36360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36360 is #3C9C9F. Grayscale: #7F7F7F. Windows color (decimal): -3972256 or 6316995. OLE color: 6316995.

HSL color Cylindrical-coordinate representation of color #C36360: hue angle of 1.82º 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 #C36360 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 99 96 -
CMYK 0 0.49 0.51 0.24
HSL 1.82º 0.45% 0.57% -
HSV(B) 1.82º 0.51% 0.76% -
XYZ 29.08 21.37 13.66 -
YUV 127.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 195 99 96 0 0.49 0.51 0.24 1.82 0.45 0.57
Hex C3 63 60 0 31 33 18 2 2D 39
Octal 303 143 140 0 61 63 30 2 55 71
Binary 11000011 1100011 1100000 0 110001 110011 11000 10 101101 111001

Color Harmonies of #C36360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36360

Black with #C36360

Text Example


Text Example

White with #C36360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36360; }

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

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

background-color css

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

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

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

border-color css

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

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

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