Html Css Color HEX #C6635F Indian Red

📋 copy color: '#C6635F'

red 198 ◦ green 99 ◦ blue 95

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

Shades of Indian Red #C6635F

Tints of Indian Red #C6635F

RGB

 RED value IS 198 (77.73% from 255) = 50.51%

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

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

R = 50.51%
G = 25.26%
B = 24.23%

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

#C6635F (or 0xC6635F) is known color: Indian Red. HEX triplet: C6, 63 and 5F. RGB value is (198,99,95). Sum of RGB (Red+Green+Blue) = 198+99+95=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6635F is #399CA0. Grayscale: #808080. Windows color (decimal): -3775649 or 6251462. OLE color: 6251462.

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

Color convert

RGB 198 99 95 -
CMYK 0 0.50 0.52 0.22
HSL 2.33º 0.47% 0.57% -
HSV(B) 2.33º 0.52% 0.78% -
XYZ 29.82 21.76 13.45 -
YUV 128.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 198 99 95 0 0.50 0.52 0.22 2.33 0.47 0.57
Hex C6 63 5F 0 32 34 16 2 2F 39
Octal 306 143 137 0 62 64 26 2 57 71
Binary 11000110 1100011 1011111 0 110010 110100 10110 10 101111 111001

Color Harmonies of #C6635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6635F

Black with #C6635F

Text Example


Text Example

White with #C6635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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