Html Css Color HEX #C7605C Indian Red

📋 copy color: '#C7605C'

red 199 ◦ green 96 ◦ blue 92

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

Shades of Indian Red #C7605C

Tints of Indian Red #C7605C

RGB

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

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

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

R = 51.42%
G = 24.81%
B = 23.77%

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

#C7605C (or 0xC7605C) is known color: Indian Red. HEX triplet: C7, 60 and 5C. RGB value is (199,96,92). Sum of RGB (Red+Green+Blue) = 199+96+92=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7605C is #389FA3. Grayscale: #7E7E7E. Windows color (decimal): -3710884 or 6054087. OLE color: 6054087.

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

Color convert

RGB 199 96 92 -
CMYK 0 0.52 0.54 0.22
HSL 2.24º 0.49% 0.57% -
HSV(B) 2.24º 0.54% 0.78% -
XYZ 29.67 21.28 12.67 -
YUV 126.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 199 96 92 0 0.52 0.54 0.22 2.24 0.49 0.57
Hex C7 60 5C 0 34 36 16 2 31 39
Octal 307 140 134 0 64 66 26 2 61 71
Binary 11000111 1100000 1011100 0 110100 110110 10110 10 110001 111001

Color Harmonies of #C7605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7605C

Black with #C7605C

Text Example


Text Example

White with #C7605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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