Html Css Color HEX #C66561 Indian Red

📋 copy color: '#C66561'

red 198 ◦ green 101 ◦ blue 97

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

Shades of Indian Red #C66561

Tints of Indian Red #C66561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.51%

 BLUE value IS 97 (38.28% from 255) = 24.49%

R = 50%
G = 25.51%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C66561 (or 0xC66561) is known color: Indian Red. HEX triplet: C6, 65 and 61. RGB value is (198,101,97). Sum of RGB (Red+Green+Blue) = 198+101+97=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C66561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66561 is #399A9E. Grayscale: #818181. Windows color (decimal): -3775135 or 6383046. OLE color: 6383046.

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

Color convert

RGB 198 101 97 -
CMYK 0 0.49 0.51 0.22
HSL 2.38º 0.47% 0.58% -
HSV(B) 2.38º 0.51% 0.78% -
XYZ 30.1 22.18 14 -
YUV 129.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 198 101 97 0 0.49 0.51 0.22 2.38 0.47 0.58
Hex C6 65 61 0 31 33 16 2 2F 3A
Octal 306 145 141 0 61 63 26 2 57 72
Binary 11000110 1100101 1100001 0 110001 110011 10110 10 101111 111010

Color Harmonies of #C66561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66561

Black with #C66561

Text Example


Text Example

White with #C66561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66561; }

 p { color: rgb(198,101,97); }

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

background-color css

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

 a { background-color: rgb(198,101,97); }

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

border-color css

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

 span { border-color: rgb(198,101,97); }

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