Html Css Color HEX #C06359 Sunglo

📋 copy color: '#C06359'

red 192 ◦ green 99 ◦ blue 89

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

Shades of Sunglo #C06359

Tints of Sunglo #C06359

RGB

 RED value IS 192 (75.39% from 255) = 50.53%

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

 BLUE value IS 89 (35.16% from 255) = 23.42%

R = 50.53%
G = 26.05%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C06359 (or 0xC06359) is known color: Sunglo. HEX triplet: C0, 63 and 59. RGB value is (192,99,89). Sum of RGB (Red+Green+Blue) = 192+99+89=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C06359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06359 is #3F9CA6. Grayscale: #7D7D7D. Windows color (decimal): -4168871 or 5858240. OLE color: 5858240.

HSL color Cylindrical-coordinate representation of color #C06359: hue angle of 5.83º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06359 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 89 -
CMYK 0 0.48 0.54 0.25
HSL 5.83º 0.45% 0.55% -
HSV(B) 5.83º 0.54% 0.75% -
XYZ 28 20.85 12 -
YUV 125.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 192 99 89 0 0.48 0.54 0.25 5.83 0.45 0.55
Hex C0 63 59 0 30 36 19 6 2D 37
Octal 300 143 131 0 60 66 31 6 55 67
Binary 11000000 1100011 1011001 0 110000 110110 11001 110 101101 110111

Color Harmonies of #C06359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06359

Black with #C06359

Text Example


Text Example

White with #C06359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06359; }

 p { color: rgb(192,99,89); }

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

background-color css

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

 a { background-color: rgb(192,99,89); }

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

border-color css

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

 span { border-color: rgb(192,99,89); }

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