#C0672C

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

Shades of Christine #C0672C

Tints of Christine #C0672C

Color information

#C0672C (or 0xC0672C) is unknown color: approx Christine. HEX triplet: C0, 67 and 2C. RGB value is (192,103,44). Sum of RGB (Red+Green+Blue) = 192+103+44=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0672C is #3F98D3. Grayscale: #7B7B7B. Windows color (decimal): -4167892 or 2910144. OLE color: 2910144.

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

Color convert

RGB19210344-
CMYK00.460.770.25
HSL23.92º62.71%46.27%-
HSV(B)23.92º77.08%75.29%-
XYZ27.0421.095.03-
YUV122.8883.49177.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 44 (17.58% from 255) = 12.98%
R=56.64%
G=30.38%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921034400.460.770.2523.9262.7146.27
HexC0672C02E4D19183f2e
Octal3001475405611531307756
Binary110000001100111101100010111010011011100111000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0672C; }

 p { color: rgb(192,103,44); }

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

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

 a { background-color: rgb(192,103,44); }

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

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

 span { border-color: rgb(192,103,44); }

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