Html Css Color HEX #C5625F Indian Red

📋 copy color: '#C5625F'

red 197 ◦ green 98 ◦ blue 95

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

Shades of Indian Red #C5625F

Tints of Indian Red #C5625F

RGB

 RED value IS 197 (77.34% from 255) = 50.51%

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

 BLUE value IS 95 (37.5% from 255) = 24.36%

R = 50.51%
G = 25.13%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5625F (or 0xC5625F) is known color: Indian Red. HEX triplet: C5, 62 and 5F. RGB value is (197,98,95). Sum of RGB (Red+Green+Blue) = 197+98+95=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5625F is #3A9DA0. Grayscale: #7F7F7F. Windows color (decimal): -3841441 or 6251205. OLE color: 6251205.

HSL color Cylindrical-coordinate representation of color #C5625F: hue angle of 1.76º degrees, saturation: 0.47, 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 #C5625F is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 98 95 -
CMYK 0 0.50 0.52 0.23
HSL 1.76º 0.47% 0.57% -
HSV(B) 1.76º 0.52% 0.77% -
XYZ 29.46 21.43 13.41 -
YUV 127.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 197 98 95 0 0.50 0.52 0.23 1.76 0.47 0.57
Hex C5 62 5F 0 32 34 17 2 2F 39
Octal 305 142 137 0 62 64 27 2 57 71
Binary 11000101 1100010 1011111 0 110010 110100 10111 10 101111 111001

Color Harmonies of #C5625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5625F

Black with #C5625F

Text Example


Text Example

White with #C5625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5625F; }

 p { color: rgb(197,98,95); }

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

background-color css

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

 a { background-color: rgb(197,98,95); }

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

border-color css

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

 span { border-color: rgb(197,98,95); }

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