#c2692e

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

Shades of Christine #C2692E

Tints of Christine #C2692E

Color information

#C2692E (or 0xC2692E) is unknown color: approx Christine. HEX triplet: C2, 69 and 2E. RGB value is (194,105,46). Sum of RGB (Red+Green+Blue) = 194+105+46=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2692E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2692E is #3D96D1. Grayscale: #7D7D7D. Windows color (decimal): -4036306 or 3041730. OLE color: 3041730.

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

Color convert

RGB19410546-
CMYK00.460.760.24
HSL23.92º61.67%47.06%-
HSV(B)23.92º76.29%76.08%-
XYZ27.7921.775.32-
YUV124.8883.49177.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 46 (18.36% from 255) = 13.33%
R=56.23%
G=30.43%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941054600.460.760.2423.9261.6747.06
HexC2692E02E4C18183e2f
Octal3021515605611430307657
Binary110000101101001101110010111010011001100011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2692e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2692e; }

 p { color: rgb(194,105,46); }

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

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

 a { background-color: rgb(194,105,46); }

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

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

 span { border-color: rgb(194,105,46); }

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