Html Css Color HEX #C66463 Indian Red

📋 copy color: '#C66463'

red 198 ◦ green 100 ◦ blue 99

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

Shades of Indian Red #C66463

Tints of Indian Red #C66463

RGB

 RED value IS 198 (77.73% from 255) = 49.87%

 GREEN value IS 100 (39.45% from 255) = 25.19%

 BLUE value IS 99 (39.06% 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.22

RGB Variations

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

Color information

#C66463 (or 0xC66463) is known color: Indian Red. HEX triplet: C6, 64 and 63. RGB value is (198,100,99). Sum of RGB (Red+Green+Blue) = 198+100+99=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C66463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66463 is #399B9C. Grayscale: #818181. Windows color (decimal): -3775389 or 6513862. OLE color: 6513862.

HSL color Cylindrical-coordinate representation of color #C66463: hue angle of 0.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66463 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 99 -
CMYK 0 0.49 0.50 0.22
HSL 0.61º 0.46% 0.58% -
HSV(B) 0.61º 0.5% 0.78% -
XYZ 30.1 22.02 14.47 -
YUV 129.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 198 100 99 0 0.49 0.50 0.22 0.61 0.46 0.58
Hex C6 64 63 0 31 32 16 1 2E 3A
Octal 306 144 143 0 61 62 26 1 56 72
Binary 11000110 1100100 1100011 0 110001 110010 10110 1 101110 111010

Color Harmonies of #C66463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66463

Black with #C66463

Text Example


Text Example

White with #C66463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66463; }

 p { color: rgb(198,100,99); }

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

background-color css

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

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

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

border-color css

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

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

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