Html Css Color HEX #C06355 Sunglo

📋 copy color: '#C06355'

red 192 ◦ green 99 ◦ blue 85

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

Shades of Sunglo #C06355

Tints of Sunglo #C06355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 51.06%
G = 26.33%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C06355 (or 0xC06355) is known color: Sunglo. HEX triplet: C0, 63 and 55. RGB value is (192,99,85). Sum of RGB (Red+Green+Blue) = 192+99+85=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C06355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06355 is #3F9CAA. Grayscale: #7D7D7D. Windows color (decimal): -4168875 or 5596096. OLE color: 5596096.

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

Color convert

RGB 192 99 85 -
CMYK 0 0.48 0.56 0.25
HSL 7.85º 0.46% 0.54% -
HSV(B) 7.85º 0.56% 0.75% -
XYZ 27.84 20.79 11.14 -
YUV 125.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 192 99 85 0 0.48 0.56 0.25 7.85 0.46 0.54
Hex C0 63 55 0 30 38 19 8 2E 36
Octal 300 143 125 0 60 70 31 10 56 66
Binary 11000000 1100011 1010101 0 110000 111000 11001 1000 101110 110110

Color Harmonies of #C06355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06355

Black with #C06355

Text Example


Text Example

White with #C06355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06355; }

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

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

background-color css

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

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

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

border-color css

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

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

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