#C2605D

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

Shades of Sunglo #C2605D

Tints of Sunglo #C2605D

Color information

#C2605D (or 0xC2605D) is unknown color: approx Sunglo. HEX triplet: C2, 60 and 5D. RGB value is (194,96,93). Sum of RGB (Red+Green+Blue) = 194+96+93=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2605D is #3D9FA2. Grayscale: #7D7D7D. Windows color (decimal): -4038563 or 6119618. OLE color: 6119618.

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

Color convert

RGB1949693-
CMYK00.510.520.24
HSL1.78º45.29%56.27%-
HSV(B)1.78º52.06%76.08%-
XYZ28.4120.6312.84-
YUV124.96109.97177.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.65%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=50.65%
G=25.07%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194969300.510.520.241.7845.2956.27
HexC2605D033341822d38
Octal302140135063643025570
Binary110000101100000101110101100111101001100010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2605D; }

 p { color: rgb(194,96,93); }

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

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

 a { background-color: rgb(194,96,93); }

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

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

 span { border-color: rgb(194,96,93); }

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