Html Css Color HEX #C36060 Indian Red

📋 copy color: '#C36060'

red 195 ◦ green 96 ◦ blue 96

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

Shades of Indian Red #C36060

Tints of Indian Red #C36060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

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

R = 50.39%
G = 24.81%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C36060 (or 0xC36060) is known color: Indian Red. HEX triplet: C3, 60 and 60. RGB value is (195,96,96). Sum of RGB (Red+Green+Blue) = 195+96+96=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C36060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36060 is #3C9F9F. Grayscale: #7D7D7D. Windows color (decimal): -3973024 or 6316227. OLE color: 6316227.

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

Color convert

RGB 195 96 96 -
CMYK 0 0.51 0.51 0.24
HSL 0.45% 0.57% -
HSV(B) 0.51% 0.76% -
XYZ 28.8 20.81 13.57 -
YUV 125.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 195 96 96 0 0.51 0.51 0.24 0 0.45 0.57
Hex C3 60 60 0 33 33 18 0 2D 39
Octal 303 140 140 0 63 63 30 0 55 71
Binary 11000011 1100000 1100000 0 110011 110011 11000 0 101101 111001

Color Harmonies of #C36060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36060

Black with #C36060

Text Example


Text Example

White with #C36060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36060; }

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

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

background-color css

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

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

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

border-color css

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

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

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