#C0682B

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

Shades of Christine #C0682B

Tints of Christine #C0682B

Color information

#C0682B (or 0xC0682B) is unknown color: approx Christine. HEX triplet: C0, 68 and 2B. RGB value is (192,104,43). Sum of RGB (Red+Green+Blue) = 192+104+43=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0682B is #3F97D4. Grayscale: #7B7B7B. Windows color (decimal): -4167637 or 2844864. OLE color: 2844864.

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

Color convert

RGB19210443-
CMYK00.460.780.25
HSL24.56º63.4%46.08%-
HSV(B)24.56º77.6%75.29%-
XYZ27.1221.284.96-
YUV123.3682.65176.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=56.64%
G=30.68%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921044300.460.780.2524.5663.446.08
HexC0682B02E4E19193f2e
Octal3001505305611631317756
Binary110000001101000101011010111010011101100111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0682B; }

 p { color: rgb(192,104,43); }

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

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

 a { background-color: rgb(192,104,43); }

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

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

 span { border-color: rgb(192,104,43); }

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