#C2675C

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

Shades of Sunglo #C2675C

Tints of Sunglo #C2675C

Color information

#C2675C (or 0xC2675C) is unknown color: approx Sunglo. HEX triplet: C2, 67 and 5C. RGB value is (194,103,92). Sum of RGB (Red+Green+Blue) = 194+103+92=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2675C is #3D98A3. Grayscale: #818181. Windows color (decimal): -4036772 or 6055874. OLE color: 6055874.

HSL color Cylindrical-coordinate representation of color #C2675C: hue angle of 6.47º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2675C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19410392-
CMYK00.470.530.24
HSL6.47º45.54%56.08%-
HSV(B)6.47º52.58%76.08%-
XYZ29.0321.9412.83-
YUV128.95107.15174.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=49.87%
G=26.48%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941039200.470.530.246.4745.5456.08
HexC2675C02F351862e38
Octal302147134057653065670
Binary1100001011001111011100010111111010111000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2675C; }

 p { color: rgb(194,103,92); }

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

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

 a { background-color: rgb(194,103,92); }

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

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

 span { border-color: rgb(194,103,92); }

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