Html Css Color HEX #C4605E Indian Red

📋 copy color: '#C4605E'

red 196 ◦ green 96 ◦ blue 94

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

Shades of Indian Red #C4605E

Tints of Indian Red #C4605E

RGB

 RED value IS 196 (76.95% from 255) = 50.78%

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

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

R = 50.78%
G = 24.87%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4605E (or 0xC4605E) is known color: Indian Red. HEX triplet: C4, 60 and 5E. RGB value is (196,96,94). Sum of RGB (Red+Green+Blue) = 196+96+94=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4605E is #3B9FA1. Grayscale: #7D7D7D. Windows color (decimal): -3907490 or 6185156. OLE color: 6185156.

HSL color Cylindrical-coordinate representation of color #C4605E: hue angle of 1.18º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4605E is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 94 -
CMYK 0 0.51 0.52 0.23
HSL 1.18º 0.46% 0.57% -
HSV(B) 1.18º 0.52% 0.77% -
XYZ 28.97 20.91 13.1 -
YUV 125.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 196 96 94 0 0.51 0.52 0.23 1.18 0.46 0.57
Hex C4 60 5E 0 33 34 17 1 2E 39
Octal 304 140 136 0 63 64 27 1 56 71
Binary 11000100 1100000 1011110 0 110011 110100 10111 1 101110 111001

Color Harmonies of #C4605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4605E

Black with #C4605E

Text Example


Text Example

White with #C4605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4605E; }

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

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

background-color css

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

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

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

border-color css

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

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

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