#C66752

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

Shades of Sunglo #C66752

Tints of Sunglo #C66752

Color information

#C66752 (or 0xC66752) is unknown color: approx Sunglo. HEX triplet: C6, 67 and 52. RGB value is (198,103,82). Sum of RGB (Red+Green+Blue) = 198+103+82=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C66752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66752 is #3998AD. Grayscale: #818181. Windows color (decimal): -3774638 or 5400518. OLE color: 5400518.

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

Color convert

RGB19810382-
CMYK00.480.590.22
HSL10.86º50.43%54.9%-
HSV(B)10.86º58.59%77.65%-
XYZ29.6622.3210.73-
YUV129.01101.47177.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=51.70%
G=26.89%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981038200.480.590.2210.8650.4354.9
HexC667520303B16b3237
Octal3061471220607326136267
Binary11000110110011110100100110000111011101101011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66752; }

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

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

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

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

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

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

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

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