#C2635F

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

Shades of Sunglo #C2635F

Tints of Sunglo #C2635F

Color information

#C2635F (or 0xC2635F) is unknown color: approx Sunglo. HEX triplet: C2, 63 and 5F. RGB value is (194,99,95). Sum of RGB (Red+Green+Blue) = 194+99+95=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2635F is #3D9CA0. Grayscale: #7F7F7F. Windows color (decimal): -4037793 or 6251458. OLE color: 6251458.

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

Color convert

RGB1949995-
CMYK00.490.510.24
HSL2.42º44.8%56.67%-
HSV(B)2.42º51.03%76.08%-
XYZ28.7821.2213.41-
YUV126.95109.97175.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 95 (37.5% from 255) = 24.48%
R=50%
G=25.52%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194999500.490.510.242.4244.856.67
HexC2635F031331822d39
Octal302143137061633025571
Binary110000101100011101111101100011100111100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2635F; }

 p { color: rgb(194,99,95); }

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

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

 a { background-color: rgb(194,99,95); }

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

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

 span { border-color: rgb(194,99,95); }

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