Html Css Color HEX #C06161 Indian Red

📋 copy color: '#C06161'

red 192 ◦ green 97 ◦ blue 97

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

Shades of Indian Red #C06161

Tints of Indian Red #C06161

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

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

R = 49.74%
G = 25.13%
B = 25.13%

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

#C06161 (or 0xC06161) is known color: Indian Red. HEX triplet: C0, 61 and 61. RGB value is (192,97,97). Sum of RGB (Red+Green+Blue) = 192+97+97=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C06161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06161 is #3F9E9E. Grayscale: #7D7D7D. Windows color (decimal): -4169375 or 6382016. OLE color: 6382016.

HSL color Cylindrical-coordinate representation of color #C06161: hue angle of 0º 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 #C06161 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 97 -
CMYK 0 0.49 0.49 0.25
HSL 0.43% 0.57% -
HSV(B) 0.49% 0.75% -
XYZ 28.17 20.62 13.8 -
YUV 125.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 192 97 97 0 0.49 0.49 0.25 0 0.43 0.57
Hex C0 61 61 0 31 31 19 0 2B 39
Octal 300 141 141 0 61 61 31 0 53 71
Binary 11000000 1100001 1100001 0 110001 110001 11001 0 101011 111001

Color Harmonies of #C06161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06161

Black with #C06161

Text Example


Text Example

White with #C06161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06161; }

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

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

background-color css

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

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

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

border-color css

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

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

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