#C2682A

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

Shades of Christine #C2682A

Tints of Christine #C2682A

Color information

#C2682A (or 0xC2682A) is unknown color: approx Christine. HEX triplet: C2, 68 and 2A. RGB value is (194,104,42). Sum of RGB (Red+Green+Blue) = 194+104+42=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2682A is #3D97D5. Grayscale: #7C7C7C. Windows color (decimal): -4036566 or 2779330. OLE color: 2779330.

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

Color convert

RGB19410442-
CMYK00.460.780.24
HSL24.47º64.41%46.27%-
HSV(B)24.47º78.35%76.08%-
XYZ27.6221.544.89-
YUV123.8481.82178.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=57.06%
G=30.59%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941044200.460.780.2424.4764.4146.27
HexC2682A02E4E1818402e
Octal30215052056116303010056
Binary1100001011010001010100101110100111011000110001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2682A; }

 p { color: rgb(194,104,42); }

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

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

 a { background-color: rgb(194,104,42); }

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

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

 span { border-color: rgb(194,104,42); }

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