Html Css Color HEX #C56262 Indian Red

📋 copy color: '#C56262'

red 197 ◦ green 98 ◦ blue 98

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

Shades of Indian Red #C56262

Tints of Indian Red #C56262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 50.13%
G = 24.94%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C56262 (or 0xC56262) is known color: Indian Red. HEX triplet: C5, 62 and 62. RGB value is (197,98,98). Sum of RGB (Red+Green+Blue) = 197+98+98=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C56262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56262 is #3A9D9D. Grayscale: #7F7F7F. Windows color (decimal): -3841438 or 6447813. OLE color: 6447813.

HSL color Cylindrical-coordinate representation of color #C56262: hue angle of 0º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56262 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 98 98 -
CMYK 0 0.50 0.50 0.23
HSL 0.46% 0.58% -
HSV(B) 0.5% 0.77% -
XYZ 29.6 21.49 14.14 -
YUV 127.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 197 98 98 0 0.50 0.50 0.23 0 0.46 0.58
Hex C5 62 62 0 32 32 17 0 2E 3A
Octal 305 142 142 0 62 62 27 0 56 72
Binary 11000101 1100010 1100010 0 110010 110010 10111 0 101110 111010

Color Harmonies of #C56262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56262

Black with #C56262

Text Example


Text Example

White with #C56262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56262; }

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

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

background-color css

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

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

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

border-color css

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

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

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