#c76650

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

Shades of Sunglo #C76650

Tints of Sunglo #C76650

Color information

#C76650 (or 0xC76650) is unknown color: approx Sunglo. HEX triplet: C7, 66 and 50. RGB value is (199,102,80). Sum of RGB (Red+Green+Blue) = 199+102+80=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C76650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76650 is #3899AF. Grayscale: #808080. Windows color (decimal): -3709360 or 5269191. OLE color: 5269191.

HSL color Cylindrical-coordinate representation of color #C76650: hue angle of 11.09º degrees, saturation: 0.52, 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 #C76650 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19910280-
CMYK00.490.600.22
HSL11.09º51.52%54.71%-
HSV(B)11.09º59.8%78.04%-
XYZ29.7522.2210.31-
YUV128.5100.64178.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=52.23%
G=26.77%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991028000.490.600.2211.0951.5254.71
HexC766500313C16b3437
Octal3071461200617426136467
Binary11000111110011010100000110001111100101101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c76650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c76650; }

 p { color: rgb(199,102,80); }

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

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

 a { background-color: rgb(199,102,80); }

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

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

 span { border-color: rgb(199,102,80); }

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