#C2665A

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

Shades of Sunglo #C2665A

Tints of Sunglo #C2665A

Color information

#C2665A (or 0xC2665A) is unknown color: approx Sunglo. HEX triplet: C2, 66 and 5A. RGB value is (194,102,90). Sum of RGB (Red+Green+Blue) = 194+102+90=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2665A is #3D99A5. Grayscale: #808080. Windows color (decimal): -4037030 or 5924546. OLE color: 5924546.

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

Color convert

RGB19410290-
CMYK00.470.540.24
HSL6.92º46.02%55.69%-
HSV(B)6.92º53.61%76.08%-
XYZ28.8421.7112.34-
YUV128.14106.48174.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=50.26%
G=26.42%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941029000.470.540.246.9246.0255.69
HexC2665A02F361872e38
Octal302146132057663075670
Binary1100001011001101011010010111111011011000111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2665A; }

 p { color: rgb(194,102,90); }

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

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

 a { background-color: rgb(194,102,90); }

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

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

 span { border-color: rgb(194,102,90); }

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