#C06B53

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

Shades of Sunglo #C06B53

Tints of Sunglo #C06B53

Color information

#C06B53 (or 0xC06B53) is unknown color: approx Sunglo. HEX triplet: C0, 6B and 53. RGB value is (192,107,83). Sum of RGB (Red+Green+Blue) = 192+107+83=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B53 is #3F94AC. Grayscale: #818181. Windows color (decimal): -4166829 or 5467072. OLE color: 5467072.

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

Color convert

RGB19210783-
CMYK00.440.570.25
HSL13.21º46.38%53.92%-
HSV(B)13.21º56.77%75.29%-
XYZ28.5622.3510.99-
YUV129.68101.66172.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 83 (32.81% from 255) = 21.73%
R=50.26%
G=28.01%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921078300.440.570.2513.2146.3853.92
HexC06B5302C3919d2e36
Octal3001531230547131155666
Binary11000000110101110100110101100111001110011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B53; }

 p { color: rgb(192,107,83); }

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

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

 a { background-color: rgb(192,107,83); }

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

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

 span { border-color: rgb(192,107,83); }

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