#C66053

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

Shades of Sunglo #C66053

Tints of Sunglo #C66053

Color information

#C66053 (or 0xC66053) is unknown color: approx Sunglo. HEX triplet: C6, 60 and 53. RGB value is (198,96,83). Sum of RGB (Red+Green+Blue) = 198+96+83=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C66053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66053 is #399FAC. Grayscale: #7D7D7D. Windows color (decimal): -3776429 or 5464262. OLE color: 5464262.

HSL color Cylindrical-coordinate representation of color #C66053: hue angle of 6.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66053 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB1989683-
CMYK00.520.580.22
HSL6.78º50.22%55.1%-
HSV(B)6.78º58.08%77.65%-
XYZ29.032110.71-
YUV125.02104.29180.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.52%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=52.52%
G=25.46%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198968300.520.580.226.7850.2255.1
HexC660530343A1673237
Octal306140123064722676267
Binary1100011011000001010011011010011101010110111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66053; }

 p { color: rgb(198,96,83); }

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

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

 a { background-color: rgb(198,96,83); }

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

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

 span { border-color: rgb(198,96,83); }

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