#C66750

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

Shades of Sunglo #C66750

Tints of Sunglo #C66750

Color information

#C66750 (or 0xC66750) is unknown color: approx Sunglo. HEX triplet: C6, 67 and 50. RGB value is (198,103,80). Sum of RGB (Red+Green+Blue) = 198+103+80=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C66750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66750 is #3998AF. Grayscale: #808080. Windows color (decimal): -3774640 or 5269446. OLE color: 5269446.

HSL color Cylindrical-coordinate representation of color #C66750: hue angle of 11.69º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C66750 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19810380-
CMYK00.480.600.22
HSL11.69º50.86%54.51%-
HSV(B)11.69º59.6%77.65%-
XYZ29.5922.2910.33-
YUV128.78100.47177.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=51.97%
G=27.03%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981038000.480.600.2211.6950.8654.51
HexC667500303C16c3337
Octal3061471200607426146367
Binary11000110110011110100000110000111100101101100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66750; }

 p { color: rgb(198,103,80); }

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

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

 a { background-color: rgb(198,103,80); }

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

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

 span { border-color: rgb(198,103,80); }

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