#C96262

Color #C96262 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #C96262

Tints of Indian Red #C96262

Color information

#C96262 (or 0xC96262) is unknown color: approx Indian Red. HEX triplet: C9, 62 and 62. RGB value is (201,98,98). Sum of RGB (Red+Green+Blue) = 201+98+98=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C96262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96262 is #369D9D. Grayscale: #808080. Windows color (decimal): -3579294 or 6447817. OLE color: 6447817.

HSL color Cylindrical-coordinate representation of color #C96262: hue angle of 0º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96262 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB2019898-
CMYK00.510.510.21
HSL48.82%58.63%-
HSV(B)51.24%78.82%-
XYZ30.6622.0314.19-
YUV128.8110.62179.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.63%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 98 (38.67% from 255) = 24.69%
R=50.63%
G=24.69%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201989800.510.510.21048.8258.63
HexC9626203333150313b
Octal311142142063632506173
Binary11001001110001011000100110011110011101010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96262; }

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

 H1.HeaderClassName
 {
   color: #C96262;
 }
 .AnyTagClassName
 {
   color: #C96262;
 }
</style>
background-color css

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

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

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

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

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

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