Html Css Color HEX #C36460 Sunglo

📋 copy color: '#C36460'

red 195 ◦ green 100 ◦ blue 96

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

Shades of Sunglo #C36460

Tints of Sunglo #C36460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

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

R = 49.87%
G = 25.58%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C36460 (or 0xC36460) is known color: Sunglo. HEX triplet: C3, 64 and 60. RGB value is (195,100,96). Sum of RGB (Red+Green+Blue) = 195+100+96=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C36460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36460 is #3C9B9F. Grayscale: #808080. Windows color (decimal): -3972000 or 6317251. OLE color: 6317251.

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

Color convert

RGB 195 100 96 -
CMYK 0 0.49 0.51 0.24
HSL 2.42º 0.45% 0.57% -
HSV(B) 2.42º 0.51% 0.76% -
XYZ 29.17 21.56 13.69 -
YUV 127.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 195 100 96 0 0.49 0.51 0.24 2.42 0.45 0.57
Hex C3 64 60 0 31 33 18 2 2D 39
Octal 303 144 140 0 61 63 30 2 55 71
Binary 11000011 1100100 1100000 0 110001 110011 11000 10 101101 111001

Color Harmonies of #C36460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36460

Black with #C36460

Text Example


Text Example

White with #C36460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36460; }

 p { color: rgb(195,100,96); }

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

background-color css

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

 a { background-color: rgb(195,100,96); }

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

border-color css

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

 span { border-color: rgb(195,100,96); }

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