Html Css Color HEX #C7635F Indian Red

📋 copy color: '#C7635F'

red 199 ◦ green 99 ◦ blue 95

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

Shades of Indian Red #C7635F

Tints of Indian Red #C7635F

RGB

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

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

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

R = 50.64%
G = 25.19%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7635F (or 0xC7635F) is known color: Indian Red. HEX triplet: C7, 63 and 5F. RGB value is (199,99,95). Sum of RGB (Red+Green+Blue) = 199+99+95=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7635F is #389CA0. Grayscale: #808080. Windows color (decimal): -3710113 or 6251463. OLE color: 6251463.

HSL color Cylindrical-coordinate representation of color #C7635F: hue angle of 2.31º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7635F is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 95 -
CMYK 0 0.50 0.52 0.22
HSL 2.31º 0.48% 0.58% -
HSV(B) 2.31º 0.52% 0.78% -
XYZ 30.08 21.89 13.47 -
YUV 128.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 199 99 95 0 0.50 0.52 0.22 2.31 0.48 0.58
Hex C7 63 5F 0 32 34 16 2 30 3A
Octal 307 143 137 0 62 64 26 2 60 72
Binary 11000111 1100011 1011111 0 110010 110100 10110 10 110000 111010

Color Harmonies of #C7635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7635F

Black with #C7635F

Text Example


Text Example

White with #C7635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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