Html Css Color HEX #C2605F Indian Red

📋 copy color: '#C2605F'

red 194 ◦ green 96 ◦ blue 95

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

Shades of Indian Red #C2605F

Tints of Indian Red #C2605F

RGB

 RED value IS 194 (76.17% from 255) = 50.39%

 GREEN value IS 96 (37.89% from 255) = 24.94%

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 50.39%
G = 24.94%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2605F (or 0xC2605F) is known color: Indian Red. HEX triplet: C2, 60 and 5F. RGB value is (194,96,95). Sum of RGB (Red+Green+Blue) = 194+96+95=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2605F is #3D9FA0. Grayscale: #7D7D7D. Windows color (decimal): -4038561 or 6250690. OLE color: 6250690.

HSL color Cylindrical-coordinate representation of color #C2605F: hue angle of 0.61º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2605F is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 95 -
CMYK 0 0.51 0.51 0.24
HSL 0.61º 0.45% 0.57% -
HSV(B) 0.61º 0.51% 0.76% -
XYZ 28.5 20.66 13.31 -
YUV 125.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 194 96 95 0 0.51 0.51 0.24 0.61 0.45 0.57
Hex C2 60 5F 0 33 33 18 1 2D 39
Octal 302 140 137 0 63 63 30 1 55 71
Binary 11000010 1100000 1011111 0 110011 110011 11000 1 101101 111001

Color Harmonies of #C2605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2605F

Black with #C2605F

Text Example


Text Example

White with #C2605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2605F; }

 p { color: rgb(194,96,95); }

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

background-color css

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

 a { background-color: rgb(194,96,95); }

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

border-color css

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

 span { border-color: rgb(194,96,95); }

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