#C06838

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

Shades of Christine #C06838

Tints of Christine #C06838

Color information

#C06838 (or 0xC06838) is unknown color: approx Christine. HEX triplet: C0, 68 and 38. RGB value is (192,104,56). Sum of RGB (Red+Green+Blue) = 192+104+56=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C06838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06838 is #3F97C7. Grayscale: #7D7D7D. Windows color (decimal): -4167624 or 3696832. OLE color: 3696832.

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

Color convert

RGB19210456-
CMYK00.460.710.25
HSL21.18º54.84%48.63%-
HSV(B)21.18º70.83%75.29%-
XYZ27.421.396.43-
YUV124.8489.15175.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.55%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=54.55%
G=29.55%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921045600.460.710.2521.1854.8448.63
HexC0683802E4719153731
Octal3001507005610731256761
Binary110000001101000111000010111010001111100110101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06838; }

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

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

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

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

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

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

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

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