Html Css Color HEX #C16058 Sunglo

📋 copy color: '#C16058'

red 193 ◦ green 96 ◦ blue 88

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

Shades of Sunglo #C16058

Tints of Sunglo #C16058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 51.19%
G = 25.46%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C16058 (or 0xC16058) is known color: Sunglo. HEX triplet: C1, 60 and 58. RGB value is (193,96,88). Sum of RGB (Red+Green+Blue) = 193+96+88=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C16058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16058 is #3E9FA7. Grayscale: #7C7C7C. Windows color (decimal): -4104104 or 5791937. OLE color: 5791937.

HSL color Cylindrical-coordinate representation of color #C16058: hue angle of 4.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16058 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 88 -
CMYK 0 0.50 0.54 0.24
HSL 4.57º 0.46% 0.55% -
HSV(B) 4.57º 0.54% 0.76% -
XYZ 27.94 20.41 11.7 -
YUV 124.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 193 96 88 0 0.50 0.54 0.24 4.57 0.46 0.55
Hex C1 60 58 0 32 36 18 5 2E 37
Octal 301 140 130 0 62 66 30 5 56 67
Binary 11000001 1100000 1011000 0 110010 110110 11000 101 101110 110111

Color Harmonies of #C16058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16058

Black with #C16058

Text Example


Text Example

White with #C16058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16058; }

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

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

background-color css

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

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

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

border-color css

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

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

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