Html Css Color HEX #C96260 Indian Red

📋 copy color: '#C96260'

red 201 ◦ green 98 ◦ blue 96

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

Shades of Indian Red #C96260

Tints of Indian Red #C96260

RGB

 RED value IS 201 (78.91% from 255) = 50.89%

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

 BLUE value IS 96 (37.89% from 255) = 24.3%

R = 50.89%
G = 24.81%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C96260 (or 0xC96260) is known color: Indian Red. HEX triplet: C9, 62 and 60. RGB value is (201,98,96). Sum of RGB (Red+Green+Blue) = 201+98+96=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C96260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96260 is #369D9F. Grayscale: #808080. Windows color (decimal): -3579296 or 6316745. OLE color: 6316745.

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

Color convert

RGB 201 98 96 -
CMYK 0 0.51 0.52 0.21
HSL 1.14º 0.49% 0.58% -
HSV(B) 1.14º 0.52% 0.79% -
XYZ 30.57 22 13.7 -
YUV 128.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 201 98 96 0 0.51 0.52 0.21 1.14 0.49 0.58
Hex C9 62 60 0 33 34 15 1 31 3A
Octal 311 142 140 0 63 64 25 1 61 72
Binary 11001001 1100010 1100000 0 110011 110100 10101 1 110001 111010

Color Harmonies of #C96260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96260

Black with #C96260

Text Example


Text Example

White with #C96260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96260; }

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

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

background-color css

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

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

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

border-color css

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

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

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