#C06955

Color #C06955 Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #C06955

Tints of Sunglo #C06955

Color information

#C06955 (or 0xC06955) is unknown color: approx Sunglo. HEX triplet: C0, 69 and 55. RGB value is (192,105,85). Sum of RGB (Red+Green+Blue) = 192+105+85=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C06955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06955 is #3F96AA. Grayscale: #808080. Windows color (decimal): -4167339 or 5597632. OLE color: 5597632.

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

Color convert

RGB19210585-
CMYK00.450.560.25
HSL11.21º45.92%54.31%-
HSV(B)11.21º55.73%75.29%-
XYZ28.4321.9711.34-
YUV128.73103.32173.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 85 (33.59% from 255) = 22.25%
R=50.26%
G=27.49%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921058500.450.560.2511.2145.9254.31
HexC0695502D3819b2e36
Octal3001511250557031135666
Binary11000000110100110101010101101111000110011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06955; }

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

 H1.HeaderClassName
 {
   color: #C06955;
 }
 .AnyTagClassName
 {
   color: #C06955;
 }
</style>
background-color css

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

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

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

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

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

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