Html Css Color HEX #C6625E Indian Red

📋 copy color: '#C6625E'

red 198 ◦ green 98 ◦ blue 94

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

Shades of Indian Red #C6625E

Tints of Indian Red #C6625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

 BLUE value IS 94 (37.11% from 255) = 24.1%

R = 50.77%
G = 25.13%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6625E (or 0xC6625E) is known color: Indian Red. HEX triplet: C6, 62 and 5E. RGB value is (198,98,94). Sum of RGB (Red+Green+Blue) = 198+98+94=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6625E is #399DA1. Grayscale: #7F7F7F. Windows color (decimal): -3775906 or 6185670. OLE color: 6185670.

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

Color convert

RGB 198 98 94 -
CMYK 0 0.51 0.53 0.22
HSL 2.31º 0.48% 0.57% -
HSV(B) 2.31º 0.53% 0.78% -
XYZ 29.68 21.55 13.18 -
YUV 127.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 198 98 94 0 0.51 0.53 0.22 2.31 0.48 0.57
Hex C6 62 5E 0 33 35 16 2 30 39
Octal 306 142 136 0 63 65 26 2 60 71
Binary 11000110 1100010 1011110 0 110011 110101 10110 10 110000 111001

Color Harmonies of #C6625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6625E

Black with #C6625E

Text Example


Text Example

White with #C6625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6625E; }

 p { color: rgb(198,98,94); }

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

background-color css

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

 a { background-color: rgb(198,98,94); }

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

border-color css

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

 span { border-color: rgb(198,98,94); }

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