Html Css Color HEX #C06160 Indian Red

📋 copy color: '#C06160'

red 192 ◦ green 97 ◦ blue 96

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

Shades of Indian Red #C06160

Tints of Indian Red #C06160

RGB

 RED value IS 192 (75.39% from 255) = 49.87%

 GREEN value IS 97 (38.28% from 255) = 25.19%

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

R = 49.87%
G = 25.19%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C06160 (or 0xC06160) is known color: Indian Red. HEX triplet: C0, 61 and 60. RGB value is (192,97,96). Sum of RGB (Red+Green+Blue) = 192+97+96=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C06160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06160 is #3F9E9F. Grayscale: #7D7D7D. Windows color (decimal): -4169376 or 6316480. OLE color: 6316480.

HSL color Cylindrical-coordinate representation of color #C06160: hue angle of 0.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06160 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 96 -
CMYK 0 0.49 0.50 0.25
HSL 0.63º 0.43% 0.56% -
HSV(B) 0.63º 0.5% 0.75% -
XYZ 28.12 20.6 13.56 -
YUV 125.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 192 97 96 0 0.49 0.50 0.25 0.63 0.43 0.56
Hex C0 61 60 0 31 32 19 1 2B 38
Octal 300 141 140 0 61 62 31 1 53 70
Binary 11000000 1100001 1100000 0 110001 110010 11001 1 101011 111000

Color Harmonies of #C06160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06160

Black with #C06160

Text Example


Text Example

White with #C06160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06160; }

 p { color: rgb(192,97,96); }

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

background-color css

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

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

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

border-color css

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

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

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