Html Css Color HEX #C06358 Sunglo

📋 copy color: '#C06358'

red 192 ◦ green 99 ◦ blue 88

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

Shades of Sunglo #C06358

Tints of Sunglo #C06358

RGB

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

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

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

R = 50.66%
G = 26.12%
B = 23.22%

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

#C06358 (or 0xC06358) is known color: Sunglo. HEX triplet: C0, 63 and 58. RGB value is (192,99,88). Sum of RGB (Red+Green+Blue) = 192+99+88=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C06358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06358 is #3F9CA7. Grayscale: #7D7D7D. Windows color (decimal): -4168872 or 5792704. OLE color: 5792704.

HSL color Cylindrical-coordinate representation of color #C06358: hue angle of 6.35º 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 #C06358 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 88 -
CMYK 0 0.48 0.54 0.25
HSL 6.35º 0.45% 0.55% -
HSV(B) 6.35º 0.54% 0.75% -
XYZ 27.96 20.83 11.78 -
YUV 125.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 192 99 88 0 0.48 0.54 0.25 6.35 0.45 0.55
Hex C0 63 58 0 30 36 19 6 2D 37
Octal 300 143 130 0 60 66 31 6 55 67
Binary 11000000 1100011 1011000 0 110000 110110 11001 110 101101 110111

Color Harmonies of #C06358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06358

Black with #C06358

Text Example


Text Example

White with #C06358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06358; }

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

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

background-color css

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

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

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

border-color css

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

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

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