Html Css Color HEX #C46363 Indian Red

📋 copy color: '#C46363'

red 196 ◦ green 99 ◦ blue 99

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

Shades of Indian Red #C46363

Tints of Indian Red #C46363

RGB

 RED value IS 196 (76.95% from 255) = 49.75%

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

 BLUE value IS 99 (39.06% from 255) = 25.13%

R = 49.75%
G = 25.13%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C46363 (or 0xC46363) is known color: Indian Red. HEX triplet: C4, 63 and 63. RGB value is (196,99,99). Sum of RGB (Red+Green+Blue) = 196+99+99=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C46363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46363 is #3B9C9C. Grayscale: #808080. Windows color (decimal): -3906717 or 6513604. OLE color: 6513604.

HSL color Cylindrical-coordinate representation of color #C46363: hue angle of 0º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C46363 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 99 99 -
CMYK 0 0.49 0.49 0.23
HSL 0.45% 0.58% -
HSV(B) 0.49% 0.77% -
XYZ 29.48 21.56 14.41 -
YUV 128 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 196 99 99 0 0.49 0.49 0.23 0 0.45 0.58
Hex C4 63 63 0 31 31 17 0 2D 3A
Octal 304 143 143 0 61 61 27 0 55 72
Binary 11000100 1100011 1100011 0 110001 110001 10111 0 101101 111010

Color Harmonies of #C46363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46363

Black with #C46363

Text Example


Text Example

White with #C46363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46363; }

 p { color: rgb(196,99,99); }

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

background-color css

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

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

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

border-color css

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

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

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