Html Css Color HEX #C06261 Indian Red

📋 copy color: '#C06261'

red 192 ◦ green 98 ◦ blue 97

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

Shades of Indian Red #C06261

Tints of Indian Red #C06261

RGB

 RED value IS 192 (75.39% from 255) = 49.61%

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

 BLUE value IS 97 (38.28% from 255) = 25.06%

R = 49.61%
G = 25.32%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C06261 (or 0xC06261) is known color: Indian Red. HEX triplet: C0, 62 and 61. RGB value is (192,98,97). Sum of RGB (Red+Green+Blue) = 192+98+97=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C06261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06261 is #3F9D9E. Grayscale: #7E7E7E. Windows color (decimal): -4169119 or 6382272. OLE color: 6382272.

HSL color Cylindrical-coordinate representation of color #C06261: hue angle of 0.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06261 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 98 97 -
CMYK 0 0.49 0.49 0.25
HSL 0.63º 0.43% 0.57% -
HSV(B) 0.63º 0.49% 0.75% -
XYZ 28.26 20.8 13.84 -
YUV 125.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 192 98 97 0 0.49 0.49 0.25 0.63 0.43 0.57
Hex C0 62 61 0 31 31 19 1 2B 39
Octal 300 142 141 0 61 61 31 1 53 71
Binary 11000000 1100010 1100001 0 110001 110001 11001 1 101011 111001

Color Harmonies of #C06261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06261

Black with #C06261

Text Example


Text Example

White with #C06261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06261; }

 p { color: rgb(192,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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