Html Css Color HEX #C7605E Indian Red

📋 copy color: '#C7605E'

red 199 ◦ green 96 ◦ blue 94

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

Shades of Indian Red #C7605E

Tints of Indian Red #C7605E

RGB

 RED value IS 199 (78.13% from 255) = 51.16%

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

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

R = 51.16%
G = 24.68%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7605E (or 0xC7605E) is known color: Indian Red. HEX triplet: C7, 60 and 5E. RGB value is (199,96,94). Sum of RGB (Red+Green+Blue) = 199+96+94=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7605E is #389FA1. Grayscale: #7E7E7E. Windows color (decimal): -3710882 or 6185159. OLE color: 6185159.

HSL color Cylindrical-coordinate representation of color #C7605E: hue angle of 1.14º 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 #C7605E is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 94 -
CMYK 0 0.52 0.53 0.22
HSL 1.14º 0.48% 0.57% -
HSV(B) 1.14º 0.53% 0.78% -
XYZ 29.76 21.32 13.14 -
YUV 126.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 199 96 94 0 0.52 0.53 0.22 1.14 0.48 0.57
Hex C7 60 5E 0 34 35 16 1 30 39
Octal 307 140 136 0 64 65 26 1 60 71
Binary 11000111 1100000 1011110 0 110100 110101 10110 1 110000 111001

Color Harmonies of #C7605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7605E

Black with #C7605E

Text Example


Text Example

White with #C7605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7605E; }

 p { color: rgb(199,96,94); }

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

background-color css

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

 a { background-color: rgb(199,96,94); }

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

border-color css

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

 span { border-color: rgb(199,96,94); }

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