Html Css Color HEX #C6605C Indian Red

📋 copy color: '#C6605C'

red 198 ◦ green 96 ◦ blue 92

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

Shades of Indian Red #C6605C

Tints of Indian Red #C6605C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.83%

R = 51.3%
G = 24.87%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6605C (or 0xC6605C) is known color: Indian Red. HEX triplet: C6, 60 and 5C. RGB value is (198,96,92). Sum of RGB (Red+Green+Blue) = 198+96+92=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6605C is #399FA3. Grayscale: #7E7E7E. Windows color (decimal): -3776420 or 6054086. OLE color: 6054086.

HSL color Cylindrical-coordinate representation of color #C6605C: hue angle of 2.26º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6605C is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 96 92 -
CMYK 0 0.52 0.54 0.22
HSL 2.26º 0.48% 0.57% -
HSV(B) 2.26º 0.54% 0.78% -
XYZ 29.4 21.14 12.66 -
YUV 126.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 198 96 92 0 0.52 0.54 0.22 2.26 0.48 0.57
Hex C6 60 5C 0 34 36 16 2 30 39
Octal 306 140 134 0 64 66 26 2 60 71
Binary 11000110 1100000 1011100 0 110100 110110 10110 10 110000 111001

Color Harmonies of #C6605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6605C

Black with #C6605C

Text Example


Text Example

White with #C6605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6605C; }

 p { color: rgb(198,96,92); }

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

background-color css

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

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

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

border-color css

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

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

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