Html Css Color HEX #C76564 Indian Red

📋 copy color: '#C76564'

red 199 ◦ green 101 ◦ blue 100

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

Shades of Indian Red #C76564

Tints of Indian Red #C76564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

 BLUE value IS 100 (39.45% from 255) = 25%

R = 49.75%
G = 25.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C76564 (or 0xC76564) is known color: Indian Red. HEX triplet: C7, 65 and 64. RGB value is (199,101,100). Sum of RGB (Red+Green+Blue) = 199+101+100=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C76564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76564 is #389A9B. Grayscale: #828282. Windows color (decimal): -3709596 or 6579655. OLE color: 6579655.

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

Color convert

RGB 199 101 100 -
CMYK 0 0.49 0.50 0.22
HSL 0.61º 0.47% 0.59% -
HSV(B) 0.61º 0.5% 0.78% -
XYZ 30.51 22.37 14.77 -
YUV 130.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 199 101 100 0 0.49 0.50 0.22 0.61 0.47 0.59
Hex C7 65 64 0 31 32 16 1 2F 3B
Octal 307 145 144 0 61 62 26 1 57 73
Binary 11000111 1100101 1100100 0 110001 110010 10110 1 101111 111011

Color Harmonies of #C76564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76564

Black with #C76564

Text Example


Text Example

White with #C76564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76564; }

 p { color: rgb(199,101,100); }

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

background-color css

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

 a { background-color: rgb(199,101,100); }

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

border-color css

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

 span { border-color: rgb(199,101,100); }

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