Html Css Color HEX #C36362 Indian Red

📋 copy color: '#C36362'

red 195 ◦ green 99 ◦ blue 98

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

Shades of Indian Red #C36362

Tints of Indian Red #C36362

RGB

 RED value IS 195 (76.56% from 255) = 49.74%

 GREEN value IS 99 (39.06% from 255) = 25.26%

 BLUE value IS 98 (38.67% from 255) = 25%

R = 49.74%
G = 25.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C36362 (or 0xC36362) is known color: Indian Red. HEX triplet: C3, 63 and 62. RGB value is (195,99,98). Sum of RGB (Red+Green+Blue) = 195+99+98=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C36362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36362 is #3C9C9D. Grayscale: #7F7F7F. Windows color (decimal): -3972254 or 6448067. OLE color: 6448067.

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

Color convert

RGB 195 99 98 -
CMYK 0 0.49 0.50 0.24
HSL 0.62º 0.45% 0.57% -
HSV(B) 0.62º 0.5% 0.76% -
XYZ 29.17 21.41 14.15 -
YUV 127.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 195 99 98 0 0.49 0.50 0.24 0.62 0.45 0.57
Hex C3 63 62 0 31 32 18 1 2D 39
Octal 303 143 142 0 61 62 30 1 55 71
Binary 11000011 1100011 1100010 0 110001 110010 11000 1 101101 111001

Color Harmonies of #C36362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36362

Black with #C36362

Text Example


Text Example

White with #C36362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36362; }

 p { color: rgb(195,99,98); }

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

background-color css

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

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

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

border-color css

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

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

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