Html Css Color HEX #C16360 Sunglo

📋 copy color: '#C16360'

red 193 ◦ green 99 ◦ blue 96

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

Shades of Sunglo #C16360

Tints of Sunglo #C16360

RGB

 RED value IS 193 (75.78% from 255) = 49.74%

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

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

R = 49.74%
G = 25.52%
B = 24.74%

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

#C16360 (or 0xC16360) is known color: Sunglo. HEX triplet: C1, 63 and 60. RGB value is (193,99,96). Sum of RGB (Red+Green+Blue) = 193+99+96=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C16360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16360 is #3E9C9F. Grayscale: #7E7E7E. Windows color (decimal): -4103328 or 6316993. OLE color: 6316993.

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

Color convert

RGB 193 99 96 -
CMYK 0 0.49 0.50 0.24
HSL 1.86º 0.44% 0.57% -
HSV(B) 1.86º 0.5% 0.76% -
XYZ 28.57 21.11 13.63 -
YUV 126.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 193 99 96 0 0.49 0.50 0.24 1.86 0.44 0.57
Hex C1 63 60 0 31 32 18 2 2C 39
Octal 301 143 140 0 61 62 30 2 54 71
Binary 11000001 1100011 1100000 0 110001 110010 11000 10 101100 111001

Color Harmonies of #C16360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16360

Black with #C16360

Text Example


Text Example

White with #C16360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16360; }

 p { color: rgb(193,99,96); }

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

background-color css

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

 a { background-color: rgb(193,99,96); }

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

border-color css

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

 span { border-color: rgb(193,99,96); }

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