Html Css Color HEX #C5635F Indian Red

📋 copy color: '#C5635F'

red 197 ◦ green 99 ◦ blue 95

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

Shades of Indian Red #C5635F

Tints of Indian Red #C5635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.32%

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

R = 50.38%
G = 25.32%
B = 24.3%

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

#C5635F (or 0xC5635F) is known color: Indian Red. HEX triplet: C5, 63 and 5F. RGB value is (197,99,95). Sum of RGB (Red+Green+Blue) = 197+99+95=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5635F is #3A9CA0. Grayscale: #7F7F7F. Windows color (decimal): -3841185 or 6251461. OLE color: 6251461.

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

Color convert

RGB 197 99 95 -
CMYK 0 0.50 0.52 0.23
HSL 2.35º 0.47% 0.57% -
HSV(B) 2.35º 0.52% 0.77% -
XYZ 29.55 21.62 13.44 -
YUV 127.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 197 99 95 0 0.50 0.52 0.23 2.35 0.47 0.57
Hex C5 63 5F 0 32 34 17 2 2F 39
Octal 305 143 137 0 62 64 27 2 57 71
Binary 11000101 1100011 1011111 0 110010 110100 10111 10 101111 111001

Color Harmonies of #C5635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5635F

Black with #C5635F

Text Example


Text Example

White with #C5635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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